Skip to content

Commit b4d04fb

Browse files
authored
Format {verb} on display_scores
Fixes TotallyNotRobots#606
1 parent c46f390 commit b4d04fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/duckhunt.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,9 @@ def display_scores(score_type: ScoreType, event, text, chan, conn, db):
629629
chan_pfx = "Duck {noun} scores in {chan}: ".format(
630630
noun=score_type.noun, chan=chan
631631
)
632-
no_ducks = "It appears no one has {verb} any ducks yet."
632+
no_ducks = "It appears no one has {verb} any ducks yet.".format(
633+
verb=score_type.verb
634+
)
633635

634636
out = global_pfx if text else chan_pfx
635637

0 commit comments

Comments
 (0)