pull/105/head
Aevann 2023-01-29 11:36:32 +02:00
commit 57157ac85e
1 changed files with 1 additions and 1 deletions

View File

@ -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)