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

8 lines
167 B
Python
Raw Normal View History

2021-11-16 21:54:04 +13:00
from .thread_manager import ThreadManager
__red_end_user_data_statement__ = "This doesn't store any user data."
def setup(bot):
bot.add_cog(ThreadManager(bot))