diff --git a/Gwendolyn.py b/Gwendolyn.py index 16be994..a82bc44 100644 --- a/Gwendolyn.py +++ b/Gwendolyn.py @@ -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