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)
|
.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(
|
||||||
|
|||||||
Reference in New Issue
Block a user