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

8 lines
156 B
Python
Raw Normal View History

from .memeify import Memeify
__red_end_user_data_statement__ = "This cog does not store user data."
2021-02-06 21:42:47 +13:00
def setup(bot):
bot.add_cog(Memeify(bot))