Brandon209-Red-bot-Cogs/smartreact/__init__.py
2021-02-06 03:42:47 -05:00

8 lines
157 B
Python

from .smartreact import SmartReact
__red_end_user_data_statement__ = "This doesn't store any user data."
def setup(bot):
bot.add_cog(SmartReact(bot))