diff --git a/funcs/swfuncs/swroll.py b/funcs/swfuncs/swroll.py index 6a0ed22..d27989d 100644 --- a/funcs/swfuncs/swroll.py +++ b/funcs/swfuncs/swroll.py @@ -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":