A RedBot cog for sending notifications when there are new founderless regions in NationStates.
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- 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())
|