Skip to content

Commit d913d2c

Browse files
AmbratolmAmbratolm
authored andcommitted
Farm: Minor xp log txt change.
1 parent 1d5b551 commit d913d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/cogs/game_cogs/farm_cog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async def log_xp_gains(self):
7070
for user_id, total_xp in sorted(
7171
user_gains.items(), key=lambda item: item[1], reverse=True
7272
):
73-
description_lines.append(f"<@{user_id}> earned **{total_xp}** xp.")
73+
description_lines.append(f"<@{user_id}> +**{total_xp}** _xp_.")
7474

7575
if not description_lines:
7676
continue

0 commit comments

Comments
 (0)