From 819601c0a80d42706c7a5cda7b8e55a8177e6cd4 Mon Sep 17 00:00:00 2001 From: jona605a Date: Tue, 4 Aug 2020 19:59:24 +0200 Subject: [PATCH] :bug: You and me, but mostly me --- Gwendolyn.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Gwendolyn.py b/Gwendolyn.py index 8f84558..7c29cf8 100644 --- a/Gwendolyn.py +++ b/Gwendolyn.py @@ -58,7 +58,7 @@ async def parseCommands(message,content): # Stops the bot elif content.startswith("stop"): try: - if "#"+str(message.author.id) == "#266269899859427329": + if "#"+str(message.author.id) == "#266269899859427329" or "#"+str(message.author.id) == "#380732645602230272": await message.channel.send("Logging out...") stopServer() @@ -569,9 +569,6 @@ async def parseCommands(message,content): except: logThis("Something went wrong (error code 1500)") - elif content.startswith("whatsmyid"): - logThis("Author's ID is "+str(message.author.id)) - # Not a command else: logThis("That's not a command (error code 001)",str(message.channel))