🎲 Better !roll command
This commit is contained in:
@ -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 "):
|
||||
|
Reference in New Issue
Block a user