fix: in /info move the user mention to the description field (where mentions are allowed)

This commit is contained in:
2026-05-31 15:30:04 -04:00
parent c03ccc9d39
commit c8fd99cdf1

View File

@@ -145,7 +145,7 @@ pub async fn handle(state: State, interaction: Interaction) {
.interaction(state.discord_application_id) .interaction(state.discord_application_id)
.create_followup(&interaction.token) .create_followup(&interaction.token)
.embeds(&[EmbedBuilder::new() .embeds(&[EmbedBuilder::new()
.author(EmbedAuthorBuilder::new(user_mention)) .description(user_mention)
.field(EmbedFieldBuilder::new("Consent", format!("{consent:?}")).build()) .field(EmbedFieldBuilder::new("Consent", format!("{consent:?}")).build())
.field( .field(
EmbedFieldBuilder::new( EmbedFieldBuilder::new(