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

8 lines
170 B
Python
Raw Normal View History

2021-06-12 14:53:04 +12:00
from .imagemagic import ImageMagic
__red_end_user_data_statement__ = "This cog does not store user data."
2023-05-05 07:33:23 +12:00
async def setup(bot):
await bot.add_cog(ImageMagic(bot))