Skip to content

Commit

Permalink
fix gamelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Jan 24, 2024
1 parent ac37b8a commit 8d326d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bot/src/discord/slash/reputation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ async fn update(
.say(
ctx,
format!(
"**Manual Update**\n<@{}> updated reputation by {} due to <{}>\n> {}",
"**Manual Update**\n<@{}> updated reputation by {} due to <@{}>\n> {}",
command.user.id, real_amount, member, reason
),
)
Expand Down

0 comments on commit 8d326d9

Please sign in to comment.