Skip to content

Commit

Permalink
refactor: Оновлено опис для команди "ping"
Browse files Browse the repository at this point in the history
Оновлено параметр lng для опису команди "ping" з "en-US" на "en", а також видалено зайвий рядок для "en-GB".
  • Loading branch information
GamesTwoLife committed Mar 12, 2024
1 parent 008787f commit 313435c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions commands/info/ping.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ const { t } = require("i18next");
module.exports = {
data: new SlashCommandBuilder()
.setName("ping")
.setDescription(t('commands:info.ping.description', { lng: "en-US" }))
.setDescription(t('commands:info.ping.description', { lng: "en" }))
.setDescriptionLocalizations({
'en-GB': t('commands:info.ping.description', { lng: "en-GB" }),
uk: t('commands:info.ping.description', { lng: "uk" }),
ru: t('commands:info.ping.description', { lng: "ru" })
})
Expand Down

0 comments on commit 313435c

Please sign in to comment.