Brandon209-Red-bot-Cogs/channelcontrol/__init__.py
2023-05-04 15:33:23 -04:00

8 lines
181 B
Python

from .channelcontrol import ChannelControl
__red_end_user_data_statement__ = "This doesn't store any user data."
async def setup(bot):
await bot.add_cog(ChannelControl(bot))