6 lines
93 B
Python

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