From db453b9804741153866fa294b84f1456fafccfbc Mon Sep 17 00:00:00 2001 From: Twentysix Date: Fri, 4 Mar 2016 21:15:59 +0100 Subject: [PATCH] Another small fix to CCs --- cogs/customcom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/customcom.py b/cogs/customcom.py index 27061d9fb..5b2f0d462 100644 --- a/cogs/customcom.py +++ b/cogs/customcom.py @@ -111,7 +111,7 @@ class CustomCommands: if not user_allowed(message): return - msg = message.content + msg = message.content.lower() server = message.server prefix = self.get_prefix(msg)