forked from MarseyWorld/MarseyWorld
Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama
commit
57157ac85e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue