🐛
This commit is contained in:
@ -178,7 +178,7 @@ async def parseCommands(message,content):
|
||||
await message.channel.send("Something fucked up (error code 100)")
|
||||
|
||||
# Logs whatever you write in the message
|
||||
if content.startswith("log "):
|
||||
elif content.startswith("log "):
|
||||
logThis(content.replace("log ",""),str(message.channel))
|
||||
|
||||
# Stops the bot
|
||||
|
Reference in New Issue
Block a user