Skip to content

Commit

Permalink
fix(Lang): dont escape localization key with discord cmd tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirasaki committed Nov 18, 2023
1 parent 6259131 commit b86530f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chat-input/Administrator/placeholders/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const PlaceholdersCommand = new ChatInputCommand({
user: 'user',
username: interaction.member.user.username,
command: manageEmbedCommand,
interpolation: { escapeValue: false },
})),
fields: [{
name: Lang.t('commands:placeholders.placeholderGroups'),
Expand Down

0 comments on commit b86530f

Please sign in to comment.