🎲 Better !roll command

This commit is contained in:
NikolajDanger
2020-08-05 22:10:21 +02:00
parent 517f0bb90a
commit 59df6f2edd
5 changed files with 14 additions and 740 deletions

View File

@ -88,7 +88,7 @@ async def parseCommands(message,content):
await message.channel.send(roll_dice(message.author.display_name, content.replace("roll","")))
except:
logThis("Something fucked up (error code 400)",str(message.channel))
await message.channel.send("Something fucked up (error code 400)")
await message.channel.send("Not a valid command (error code 400)")
# Looks up a spell with the spellFunc function from funcs/lookup/lookuppy
elif content.startswith("spell "):