aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-03-16 16:37:18 +0100
committerMinteck <contact@minteck.org>2022-03-16 16:37:18 +0100
commitb6161f9639402f5dd8fa8f4c17c81481ac1d520f (patch)
tree9fc8ddd8fe799590c09e511ac649d7e8d9496099
parentfb91b381cf79b95210bcc6bf628e4f0ab337e74d (diff)
downloadponyfind-b6161f9639402f5dd8fa8f4c17c81481ac1d520f.tar.gz
ponyfind-b6161f9639402f5dd8fa8f4c17c81481ac1d520f.tar.bz2
ponyfind-b6161f9639402f5dd8fa8f4c17c81481ac1d520f.zip
Fix i18n bug with /color help
-rwxr-xr-xcommands/color.js2
-rwxr-xr-xconfig/version.txt2
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