From 94451de1580b959a8f8f52b6cb954d9bccb103ef Mon Sep 17 00:00:00 2001 From: Arhur Date: Sat, 27 Apr 2024 17:10:26 +0200 Subject: [PATCH] corrige bug --- commands/gestion/join.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/gestion/join.js b/commands/gestion/join.js index 2d24791..2d7564b 100644 --- a/commands/gestion/join.js +++ b/commands/gestion/join.js @@ -6,7 +6,7 @@ module.exports = { description: 'Configure le système de join', emote: '🔑', category: 'gestion', - utilisation: 'leave [config/test]', + utilisation: 'join [config/test]', async execute(message, args, client) { const guildId = message.guild.id; const botId = message.client.user.id;