Files
juniteevee-cogs/reactquote/__init__.py

4 lines
84 B
Python
Raw Normal View History

2022-04-10 09:32:42 -04:00
from .reactquote import ReactQuote
def setup(bot):
2022-04-10 14:59:07 -04:00
bot.add_cog(ReactQuote(bot))