📝 Place on Hex board

should work
This commit is contained in:
jona605a
2020-08-04 19:39:06 +02:00
parent b06274a7d2
commit b720bf09dd
3 changed files with 26 additions and 14 deletions

View File

@ -568,7 +568,10 @@ async def parseCommands(message,content):
await runhex(message.channel,command,"#"+str(message.author.id))
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))