Skip to content

Commit

Permalink
eslint fix in rarity command #2273
Browse files Browse the repository at this point in the history
  • Loading branch information
BastLast committed Feb 22, 2024
1 parent 85cce24 commit d135ff2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Discord/src/commands/player/RarityCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ export async function handleCommandRarityPacketRes(packet: CommandRarityPacketRe
embeds: [new DraftBotEmbed()
.setTitle(i18n.t("commands:rarity.title", {
lng: interaction.channel.language
}
))
}))
.setDescription(i18n.t("commands:rarity.rarities", {
common: packet.common,
uncommon: packet.uncommon,
Expand Down

0 comments on commit d135ff2

Please sign in to comment.