Skip to content

Commit

Permalink
missing message
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Jan 29, 2024
1 parent abc62d0 commit ce5d9ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/commands/faithful/faq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ export const command: SlashCommand = {
embeds: [
new EmbedBuilder()
.setTitle(interaction.strings().command.faq.invalid_choice.title)
.setDescription(interaction.strings().command.faq.invalid_choice.description)
.setDescription(
interaction
.strings()
.command.faq.invalid_choice.description.replace("%CHOICE%", choice),
)
.setColor(colors.red),
],
ephemeral: true,
Expand Down

0 comments on commit ce5d9ee

Please sign in to comment.