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

6 lines
83 B
Python

from .moreadmin import MoreAdmin
def setup(bot):
bot.add_cog(MoreAdmin(bot))