This commit is contained in:
NikolajDanger
2020-08-02 12:41:34 +02:00
parent 4b6bccf909
commit 6c3e80739e

View File

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