Fox-V3/fight/__init__.py
2018-04-23 10:07:59 -04:00

9 lines
123 B
Python

from .fight import Fight
def setup(bot):
# check_folders()
# check_files()
n = Fight(bot)
bot.add_cog(n)