Skip to content

Commit

Permalink
Add parentheses back to previous nominations count
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Muratov <[email protected]>
  • Loading branch information
ks129 and mbaruh authored Mar 6, 2021
1 parent 86988b6 commit b9141ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/exts/moderation/watchchannels/talentpool.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ async def watch_command(self, ctx: Context, user: FetchedMember, *, reason: str
)

if history:
msg += f"\n\n{len(history)} previous nominations in total"
msg += f"\n\n({len(history)} previous nominations in total)"

await ctx.send(msg)

Expand Down

0 comments on commit b9141ea

Please sign in to comment.