Brandon209-Red-bot-Cogs/threadrotate/__init__.py

8 lines
176 B
Python
Raw Normal View History

2022-10-20 17:06:05 +13:00
from .thread_rotate import ThreadRotate
__red_end_user_data_statement__ = "This doesn't store any user data."
2023-05-05 07:33:23 +12:00
async def setup(bot):
await bot.add_cog(ThreadRotate(bot))