From 5a2e10c956affd2e8d7992e80503bc24475172b6 Mon Sep 17 00:00:00 2001 From: bobloy Date: Tue, 6 Mar 2018 14:58:57 -0500 Subject: [PATCH] unneeded --- fight/fight.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fight/fight.py b/fight/fight.py index aa094bf..5482c8a 100644 --- a/fight/fight.py +++ b/fight/fight.py @@ -87,11 +87,6 @@ class Fight: -# ************************v3 Shit************************ - -# def check(m): #Check Message from author -# return m.author == ctx.author and m.channel == ctx.channel - # ************************Fight command group start************************