diff options
author | Minteck <contact@minteck.org> | 2022-03-16 17:17:40 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-03-16 17:17:40 +0100 |
commit | ae65ab5eafe85eb60152b8397b4e64c97bab234a (patch) | |
tree | 4a9d264b7e574ec7bacec5f3fe309b834598538e | |
parent | b6161f9639402f5dd8fa8f4c17c81481ac1d520f (diff) | |
download | ponyfind-ae65ab5eafe85eb60152b8397b4e64c97bab234a.tar.gz ponyfind-ae65ab5eafe85eb60152b8397b4e64c97bab234a.tar.bz2 ponyfind-ae65ab5eafe85eb60152b8397b4e64c97bab234a.zip |
Fix: implements #22
-rwxr-xr-x | modules/help.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/help.js b/modules/help.js index 5aa0d9e..0af89fe 100755 --- a/modules/help.js +++ b/modules/help.js @@ -35,6 +35,10 @@ module.exports = (guild, gid, uid, inMessage) => { value: l("With the `/pony` command, you can search for any known pony from My Little Pony generations 4 and 5.", "Avec la commande `/pony`, vous pouvez chercher n'importe quel poney de My Little Pony générations 4 ou 5.", uid, guild ? gid : 0) }, { + name: l("Search for a pony by color", "Rechercher un poney par couleur", uid, guild ? gid : 0), + value: l("With the `/color` command, you can search for any known pony from My Little Pony generations 4 and 5 from its mane/coat/eyes color(s).", "Avec la commande `/color`, vous pouvez chercher n'importe quel poney de My Little Pony générations 4 ou 5 à partir de la/les couleur(s) de sa crinière/peau/yeux.", uid, guild ? gid : 0) + }, + { name: l("Search for an episode", "Rechercher un épisode", uid, guild ? gid : 0), value: l("With the `/episode` command, you can search for any known episode from My Little Pony generations 4 and 5 animated series.", "Avec la commande `/episode`, vous pouvez chercher n'importe quel épisode des séries animées My Little Pony générations 4 ou 5.", uid, guild ? gid : 0) }, |