🐛 You and me, but mostly me
This commit is contained in:
@ -58,7 +58,7 @@ async def parseCommands(message,content):
|
|||||||
# Stops the bot
|
# Stops the bot
|
||||||
elif content.startswith("stop"):
|
elif content.startswith("stop"):
|
||||||
try:
|
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...")
|
await message.channel.send("Logging out...")
|
||||||
|
|
||||||
stopServer()
|
stopServer()
|
||||||
@ -569,9 +569,6 @@ async def parseCommands(message,content):
|
|||||||
except:
|
except:
|
||||||
logThis("Something went wrong (error code 1500)")
|
logThis("Something went wrong (error code 1500)")
|
||||||
|
|
||||||
elif content.startswith("whatsmyid"):
|
|
||||||
logThis("Author's ID is "+str(message.author.id))
|
|
||||||
|
|
||||||
# Not a command
|
# Not a command
|
||||||
else:
|
else:
|
||||||
logThis("That's not a command (error code 001)",str(message.channel))
|
logThis("That's not a command (error code 001)",str(message.channel))
|
||||||
|
Reference in New Issue
Block a user