Skip to content

Commit

Permalink
shorten activity text for rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
callmephilip committed Nov 8, 2023
1 parent 3e9dbdb commit 18c4556
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 @@ -27,7 +27,7 @@ async def ticker(self):
f"Rewards: {amount_to_k_string(fees + bribes)}"
)
await self.update_presence(
f"{amount_to_k_string(fees)} fees and {amount_to_k_string(bribes)} incentives"
f"{amount_to_k_string(fees)} fees & {amount_to_k_string(bribes)} incentives"
)
except Exception as ex:
LOGGER.error(f"Ticker failed with {ex}")

0 comments on commit 18c4556

Please sign in to comment.