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

8 lines
237 B
Python
Raw Normal View History

from .moreadmin import MoreAdmin
__red_end_user_data_statement__ = "This will store a user's last few messages (depending on configuration), and also notes made by mods/admins on user."
2021-02-06 21:42:47 +13:00
def setup(bot):
bot.add_cog(MoreAdmin(bot))