Fixed incorrect comment about what counts as high/low for roulette in
modules/coins.py
This commit is contained in:
parent
95b398c422
commit
00e5890a92
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ class Module(ModuleManager.BaseModule):
|
|||
event["user"].nickname)
|
||||
return
|
||||
|
||||
# black, red, odds, evens, high (1-18), low (19-36)
|
||||
# black, red, odds, evens, low (1-18), high (19-36)
|
||||
# 1dozen (1-12), 2dozen (13-24), 3dozen (25-36)
|
||||
# 1column (1,4..34), 2column (2,5..35), 3column (3,6..36)
|
||||
choice = secrets.randbelow(37)
|
||||
|
|
Loading…
Reference in a new issue