From 68e6ba573dfaaa028034898eb57246b0f519da41 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Wed, 12 Apr 2023 14:09:44 +0500 Subject: [PATCH] =?UTF-8?q?forgor=20=F0=9F=92=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/General/help.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/General/help.js b/commands/General/help.js index 756aae95..75c37d41 100644 --- a/commands/General/help.js +++ b/commands/General/help.js @@ -131,7 +131,6 @@ class Help extends BaseCommand { const command = interaction.options.getString("command"), commands = [...new Map(client.commands.map(v => [v.constructor.name, v])).values()], results = commands.filter(c => c.command.name.includes(command)); - console.log(commands); return interaction.respond( results.slice(0, 25).map(command => ({