Brandon209-Red-bot-Cogs/imagemagic/__init__.py
2021-06-11 22:53:04 -04:00

8 lines
158 B
Python

from .imagemagic import ImageMagic
__red_end_user_data_statement__ = "This cog does not store user data."
def setup(bot):
bot.add_cog(ImageMagic(bot))