Another small fix to CCs

This commit is contained in:
Twentysix 2016-03-04 21:15:59 +01:00
parent d118fd17f3
commit db453b9804

View File

@ -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)