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

8 lines
158 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."
def setup(bot):
bot.add_cog(ImageMagic(bot))