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

6 lines
92 B
Python
Raw Normal View History

2020-10-21 19:21:27 +13:00
from .trickortreat import TrickorTreat
def setup(bot):
bot.add_cog(TrickorTreat(bot))