From 18f5a3afc5517051c92e1fb4a35cb0c65dc48c27 Mon Sep 17 00:00:00 2001 From: bobloy Date: Tue, 9 Oct 2018 09:57:13 -0400 Subject: [PATCH] No comment needed --- fight/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/fight/__init__.py b/fight/__init__.py index 18deb0e..214767b 100644 --- a/fight/__init__.py +++ b/fight/__init__.py @@ -2,7 +2,5 @@ from .fight import Fight def setup(bot): - # check_folders() - # check_files() n = Fight(bot) bot.add_cog(n)