fix: in /info move the user mention to the description field (where mentions are allowed)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user