From 2a27ef61dec7cee56473534ca06ac3a7779ba869 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Sun, 5 Apr 2020 22:35:16 +0200 Subject: [PATCH] Fix --- funcs/swfuncs/swroll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":