A RedBot cog for sending notifications when there are new founderless regions in NationStates.
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- from .founderlessnotify import FounderlessNotify
- from redbot.core.bot import Red
-
-
- def setup(bot: Red):
- cog = FounderlessNotify(bot)
- bot.add_cog(cog)
- bot.loop.create_task(cog.bg_loop())
|