Files
Red-DiscordBot/redbot/cogs/customcom/__init__.py
2017-10-15 20:50:55 -04:00

6 lines
93 B
Python

from .customcom import CustomCommands
def setup(bot):
bot.add_cog(CustomCommands(bot))