A RedBot cog for sending notifications when there are new founderless regions in NationStates.
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- 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())
|