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

8 lines
169 B
Python
Raw Normal View History

2022-11-16 10:55:20 +13:00
from .channelcontrol import ChannelControl
__red_end_user_data_statement__ = "This doesn't store any user data."
def setup(bot):
bot.add_cog(ChannelControl(bot))