diff options
author | Minteck <contact@minteck.org> | 2022-02-04 18:32:00 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-02-04 18:32:00 +0100 |
commit | 3372fdc88c18af0d303c8d98496d74a5a2bb2d8b (patch) | |
tree | 8842b22a4cadee8f5f31bf8591b269ec1695a144 | |
parent | 094b326d5ddaf338a7bc1a5d1210cae958cba814 (diff) | |
download | ponyfind-3372fdc88c18af0d303c8d98496d74a5a2bb2d8b.tar.gz ponyfind-3372fdc88c18af0d303c8d98496d74a5a2bb2d8b.tar.bz2 ponyfind-3372fdc88c18af0d303c8d98496d74a5a2bb2d8b.zip |
Version 1.1, fixes some issues
-rw-r--r-- | .idea/deployment.xml | 2 | ||||
-rw-r--r-- | commands/help.js | 1 | ||||
-rw-r--r-- | config/version.txt | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/.idea/deployment.xml b/.idea/deployment.xml index 247908f..0501b30 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -5,7 +5,7 @@ <paths name="Familine"> <serverdata> <mappings> - <mapping deploy="/mnt/ponyfind" local="$PROJECT_DIR$" web="/" /> + <mapping deploy="/mnt/ponyfind-beta" local="$PROJECT_DIR$" web="/" /> </mappings> </serverdata> </paths> 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) }, ]; diff --git a/config/version.txt b/config/version.txt index 3f11ef6..321b7ce 100644 --- a/config/version.txt +++ b/config/version.txt @@ -1 +1 @@ -1.0.27
\ No newline at end of file +1.1.30
\ No newline at end of file |