aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-02-04 18:32:00 +0100
committerMinteck <contact@minteck.org>2022-02-04 18:32:00 +0100
commit3372fdc88c18af0d303c8d98496d74a5a2bb2d8b (patch)
tree8842b22a4cadee8f5f31bf8591b269ec1695a144 /commands/help.js
parent094b326d5ddaf338a7bc1a5d1210cae958cba814 (diff)
downloadponyfind-3372fdc88c18af0d303c8d98496d74a5a2bb2d8b.tar.gz
ponyfind-3372fdc88c18af0d303c8d98496d74a5a2bb2d8b.tar.bz2
ponyfind-3372fdc88c18af0d303c8d98496d74a5a2bb2d8b.zip
Version 1.1, fixes some issues
Diffstat (limited to 'commands/help.js')
-rw-r--r--commands/help.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/help.js b/commands/help.js
index 2f9524e..02bbb16 100644
--- a/commands/help.js
+++ b/commands/help.js
@@ -16,6 +16,7 @@ module.exports = async (interaction) => {
{ name: l("Search for a pony", "Rechercher un poney", interaction.user.id, interaction.guild ? interaction.guild.id : 0), 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.", interaction.user.id, interaction.guild ? interaction.guild.id : 0) },
{ name: l("Enable or disable spoilers", "Activer ou désactiver le révélations", interaction.user.id, interaction.guild ? interaction.guild.id : 0), value: l("With `/config spoilers`, you can adjust whether or not you want to see spoilers.", "Avec `/config spoilers`, vous pouvez ajuster si vous voulez ou non voir des révélations.", interaction.user.id, interaction.guild ? interaction.guild.id : 0) },
{ name: l("Get stats about the bot", "Obtenir des statistiques sur le robot", interaction.user.id, interaction.guild ? interaction.guild.id : 0), value: l("`/info` helps you get stats and other useful information about the bot and its inner workings.", "`/info` vous permet d'obtenir des statistiques ainsi que d'autres informations utiles à propos du robot et de son fonctionnement.", interaction.user.id, interaction.guild ? interaction.guild.id : 0) },
+ { name: l("Having issues with custom emojis?", "Vous avez des problèmes avec les emojis personnalisés ?", interaction.user.id, interaction.guild), value: l("Ponyfind relies on custom emojis in some commands. If they don't show properly, make sure both the bot and the \\@everyone have the permission to use external emojis.", "Ponyfind s'appuie sur des emojis personnalisés dans certaines commandes. Si ils ne s'affichent pas correctement, assurez-vous que le robot ainsi que le role \\@everyone disposent de la permission d'utiliser des emojis externes", interaction.user.id, interaction.guild) },
{ name: l("Add some more magic!", "Ajouter encore plus de magie !", interaction.user.id, interaction.guild ? interaction.guild.id : 0), value: l("Try `/random`, you will be surprised!.", "Essayez `/random`, vous serez surpris(e) !", interaction.user.id, interaction.guild ? interaction.guild.id : 0) },
];