From c8fd99cdf143ee6078a819531b942d1490f3906b Mon Sep 17 00:00:00 2001 From: Jacob Date: Sun, 31 May 2026 15:30:04 -0400 Subject: [PATCH] fix: in `/info` move the user mention to the description field (where mentions are allowed) --- src/command/info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/info.rs b/src/command/info.rs index f9f6c83..216fe4d 100644 --- a/src/command/info.rs +++ b/src/command/info.rs @@ -145,7 +145,7 @@ pub async fn handle(state: State, interaction: Interaction) { .interaction(state.discord_application_id) .create_followup(&interaction.token) .embeds(&[EmbedBuilder::new() - .author(EmbedAuthorBuilder::new(user_mention)) + .description(user_mention) .field(EmbedFieldBuilder::new("Consent", format!("{consent:?}")).build()) .field( EmbedFieldBuilder::new(