📝 Names
This commit is contained in:
@ -58,7 +58,7 @@ async def parseCommands(message,content):
|
||||
# Stops the bot
|
||||
elif content.startswith("stop"):
|
||||
try:
|
||||
if "#"+str(message.author.id) == "#266269899859427329" or "#"+str(message.author.id) == "#380732645602230272":
|
||||
if "#"+str(message.author.id) in ["#266269899859427329", "#380732645602230272"]:
|
||||
await message.channel.send("Logging out...")
|
||||
|
||||
stopServer()
|
||||
|
Reference in New Issue
Block a user