This commit is contained in:
NikolajDanger
2020-04-05 22:35:16 +02:00
parent 53855e741d
commit 2a27ef61de

View File

@ -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":