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

6 lines
83 B
Python
Raw Normal View History

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