No comment needed

This commit is contained in:
bobloy 2018-10-09 09:57:13 -04:00
parent 51a3e172c4
commit 18f5a3afc5

View File

@ -2,7 +2,5 @@ from .fight import Fight
def setup(bot):
# check_folders()
# check_files()
n = Fight(bot)
bot.add_cog(n)