Brandon209-Red-bot-Cogs/moreadmin/__init__.py
2023-05-04 15:33:23 -04:00

8 lines
249 B
Python

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."
async def setup(bot):
await bot.add_cog(MoreAdmin(bot))