mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
Another small fix to CCs
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user