diff --git a/files/helpers/regex.py b/files/helpers/regex.py index 668104665..1c1a1bce3 100644 --- a/files/helpers/regex.py +++ b/files/helpers/regex.py @@ -179,7 +179,7 @@ commands = { "fortune": FORTUNE_REPLIES, "factcheck": FACTCHECK_REPLIES, "8ball": EIGHTBALL_REPLIES, - "roll": range(1, 9999) + "roll": range(1, 10000) } command_regex = re.compile("(\s|^)#(fortune|factcheck|8ball|roll)", flags=re.A|re.I)