aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-01-13 01:08:27 +0100
committerGravatar Leon Sandøy <[email protected]>2019-01-13 01:08:27 +0100
commit57c65d4dde7d6d3385b9f5270a4fce2805def910 (patch)
treedd584f2868ec9a996e068b58e6f37e46c55c1dcb
parentfixing a bad conflict resolution (diff)
fixing a bad conflict resolution pt2
-rw-r--r--bot/decorators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/decorators.py b/bot/decorators.py
index 5b4a0cbac..710045c10 100644
--- a/bot/decorators.py
+++ b/bot/decorators.py
@@ -10,7 +10,7 @@ from discord.ext import commands
from discord.ext.commands import CheckFailure, Context
from bot.constants import ERROR_REPLIES
-from bot.utils.checks import in_channel_check, with_role_check, without_role_check
+from bot.utils.checks import with_role_check, without_role_check
log = logging.getLogger(__name__)