Red-DiscordBot/core/__init__.py
2017-04-28 09:16:10 +02:00

4 lines
69 B
Python

from .owner import Owner
def setup(bot):
bot.add_cog(Owner(bot))