Brandon209-Red-bot-Cogs/trickortreat/__init__.py
2020-10-21 02:21:27 -04:00

6 lines
92 B
Python

from .trickortreat import TrickorTreat
def setup(bot):
bot.add_cog(TrickorTreat(bot))