From 6c3e80739e9c9745a9212a5e5b5d9a605d6318bc Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Sun, 2 Aug 2020 12:41:34 +0200 Subject: [PATCH] :bug: --- Gwendolyn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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