📝 Place on Hex board
should work
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user