s/game is canceled/the game is canceled/
This commit is contained in:
parent
dbf614c0cc
commit
66169aead4
@ -6215,7 +6215,7 @@ def timeleft(cli, nick, chan, rest):
|
||||
elif var.PHASE == "night":
|
||||
what = "sunrise"
|
||||
elif var.PHASE == "join":
|
||||
what = "game is canceled"
|
||||
what = "the game is canceled"
|
||||
msg = "There is \u0002{0[0]:0>2}:{0[1]:0>2}\u0002 remaining until {1}.".format(divmod(remaining, 60), what)
|
||||
else:
|
||||
msg = "{0} timers are currently disabled.".format(var.PHASE.capitalize())
|
||||
|
Loading…
x
Reference in New Issue
Block a user