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

6 lines
82 B
Python
Raw Normal View History

from .memeify import Memeify
def setup(bot):
bot.add_cog(Memeify(bot))