From 8d326d9cfc21aa26ae42b162d62c77ff4858ec25 Mon Sep 17 00:00:00 2001 From: Brett Mayson Date: Wed, 24 Jan 2024 02:40:11 +0000 Subject: [PATCH] fix gamelog --- bin/bot/src/discord/slash/reputation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bot/src/discord/slash/reputation.rs b/bin/bot/src/discord/slash/reputation.rs index 0e14e5d..d56ee17 100644 --- a/bin/bot/src/discord/slash/reputation.rs +++ b/bin/bot/src/discord/slash/reputation.rs @@ -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 ), )