Brandon209-Red-bot-Cogs/memeify/__init__.py
TheScriptPony 32bf258895
added bify
Co-authored-by: Sydney <github@sweetiebelle.org>
2020-12-05 00:01:33 -05:00

6 lines
82 B
Python

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