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