Fix
This commit is contained in:
@ -276,7 +276,7 @@ def parseRoll(user : str,cmd : str = ""):
|
||||
|
||||
try:
|
||||
logThis("Converting commands to dice")
|
||||
for x in range(len(commands)-1):
|
||||
for x in range(len(commands)):
|
||||
if commands[x] != "":
|
||||
commands[x] = commands[x].upper()
|
||||
if commands[x][0] == "A":
|
||||
|
Reference in New Issue
Block a user