From b1c8fcee66109e406c9d6ab28621ec562d135bdc Mon Sep 17 00:00:00 2001 From: *x1 Date: Wed, 19 Jun 2024 16:07:42 +0200 Subject: [PATCH] Update noms et aliases --- commands/Alliance/Awithdraw.js | 2 +- commands/bot control/help.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/Alliance/Awithdraw.js b/commands/Alliance/Awithdraw.js index f46070f..8bf33e3 100644 --- a/commands/Alliance/Awithdraw.js +++ b/commands/Alliance/Awithdraw.js @@ -3,7 +3,7 @@ const db = require('../../fonctions/database.js'); const embedColor = require('../../fonctions/embedColor.js'); module.exports = { - aliases: ['awh', 'awith', 'alliancewh', 'alliancewith'], + aliases: ['awh', 'awith', 'alliancewh', 'alliancewith', 'awithdraw', 'alliancewithdraw'], description: 'Récupere de l\'argent/des reputation dans la banque de votre alliance.', emote: '💰', utilisation: ' ', diff --git a/commands/bot control/help.js b/commands/bot control/help.js index 8fb1a54..2b3bb47 100644 --- a/commands/bot control/help.js +++ b/commands/bot control/help.js @@ -155,7 +155,7 @@ module.exports = { const embedPage8 = new EmbedBuilder() .setTitle('🤝・Alliance') .setThumbnail(message.guild.iconURL()) - .setDescription(commandsList(client, 'alliance', prefix)) + .setDescription(commandsList(client, 'Alliance', prefix)) .setColor(await embedColor(message.author.id, message.guild.id)) .setTimestamp() .setFooter({ text: `Page 8/10 | Demandé par ${message.author.tag}`, iconURL: message.author.displayAvatarURL() });