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

6 lines
86 B
Python
Raw Normal View History

from .smartreact import SmartReact
def setup(bot):
bot.add_cog(SmartReact(bot))