Brandon209-Red-bot-Cogs/channelcontrol/__init__.py
2022-11-15 16:55:20 -05:00

8 lines
169 B
Python

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