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(