Fix inconsistent bold in revealroles
This commit is contained in:
parent
04c814ea16
commit
ca5d77fa62
@ -7684,12 +7684,12 @@ if botconfig.DEBUG_MODE or botconfig.ALLOWED_NORMAL_MODE_COMMANDS:
|
|||||||
|
|
||||||
#show bitten users + days until turning
|
#show bitten users + days until turning
|
||||||
if var.BITTEN: # and sum(var.BITTEN.values()) > 0:
|
if var.BITTEN: # and sum(var.BITTEN.values()) > 0:
|
||||||
output.append("\u0002bitten:\u0002 {0}".format(', '.join(["{0} ({1} day{2} until transformation)".format(
|
output.append("\u0002bitten\u0002: {0}".format(', '.join(["{0} ({1} day{2} until transformation)".format(
|
||||||
nickname, days, "" if days == 1 else "s") for (nickname,days) in var.BITTEN.items()])))
|
nickname, days, "" if days == 1 else "s") for (nickname,days) in var.BITTEN.items()])))
|
||||||
|
|
||||||
#show who got immunized
|
#show who got immunized
|
||||||
if var.IMMUNIZED:
|
if var.IMMUNIZED:
|
||||||
output.append("\u0002immunized:\u0002 {0}".format(', '.join(var.IMMUNIZED)))
|
output.append("\u0002immunized\u0002: {0}".format(', '.join(var.IMMUNIZED)))
|
||||||
|
|
||||||
# get charmed players
|
# get charmed players
|
||||||
if var.CHARMED:
|
if var.CHARMED:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user