6 lines
92 B
Python
6 lines
92 B
Python
from .trickortreat import TrickOrTreat
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(TrickOrTreat(bot))
|