Skip to content

Commit

Permalink
remove ":" from "Rewards:"
Browse files Browse the repository at this point in the history
  • Loading branch information
callmephilip authored Nov 20, 2023
1 parent 593b882 commit 884788a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bots/rewards.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def ticker(self):
bribes = sum(map(lambda lpe: lpe.total_bribes, lpes))

await self.update_nick_for_all_servers(
f"Rewards: ~${amount_to_k_string(fees + bribes)}"
f"Rewards ~${amount_to_k_string(fees + bribes)}"
)
await self.update_presence(
f"~${amount_to_k_string(fees)} + ~${amount_to_k_string(bribes)} in fees & incentives for voters" # noqa
Expand Down

0 comments on commit 884788a

Please sign in to comment.