diff options
-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) }, |