From b6161f9639402f5dd8fa8f4c17c81481ac1d520f Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 16 Mar 2022 16:37:18 +0100 Subject: Fix i18n bug with /color help --- commands/color.js | 2 +- config/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/color.js b/commands/color.js index 9a41bf0..267cb1f 100755 --- a/commands/color.js +++ b/commands/color.js @@ -179,7 +179,7 @@ module.exports = async (interaction) => { new MessageEmbed() .setColor('#d6dc28') .setTitle(l("Ponyfind's `/color` help", "Aide de la commande `/color` de Ponyfind", uid, guild ? gid : 0)) - .setDescription(l("If this is the first time you want to use the `/color` command, you need to know how it works. This commands search for ponies by their mane/eyes/coat color(s), using a syntax like `[item]:[color]` (e.g. `mane:blue`).", "Si c'est la première fois que vous voulez utiliser la commande `/color`, vous devez savoir comment elle fonctionne. Cette commande permet de chercher des poneys par la/les couleur(s) de leur crinière/yeux/fourrure, en utilisant une syntaxe du style `[élément]:[couleur]` (par exemple `crinière:bleu`).", uid, gid ? guild : 0)) + .setDescription(l("If this is the first time you want to use the `/color` command, you need to know how it works. This commands search for ponies by their mane/eyes/coat color(s), using a syntax like `[item]:[color]` (e.g. `mane:blue`).", "Si c'est la première fois que vous voulez utiliser la commande `/color`, vous devez savoir comment elle fonctionne. Cette commande permet de chercher des poneys par la/les couleur(s) de leur crinière/yeux/fourrure, en utilisant une syntaxe du style `[élément]:[couleur]` (par exemple `crinière:bleu`).", uid, guild ? gid : 0)) .addFields([ { name: l("Supported Colors", "Couleurs supportées", uid, guild ? gid : 0), diff --git a/config/version.txt b/config/version.txt index 1ac9117..598bf87 100755 --- a/config/version.txt +++ b/config/version.txt @@ -1 +1 @@ -2.3.66 \ No newline at end of file +2.4.68 \ No newline at end of file -- cgit