From 8ae4072260148ef068291998c48f4d3653de054e Mon Sep 17 00:00:00 2001 From: ry Date: Sun, 5 Jan 2020 20:00:06 +0100 Subject: [PATCH] gave it the wrong name --- DiscordModules/General/help.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DiscordModules/General/help.js b/DiscordModules/General/help.js index ad11dfd..f6aab27 100755 --- a/DiscordModules/General/help.js +++ b/DiscordModules/General/help.js @@ -12,7 +12,7 @@ function CapFirstLetter(string) { module.exports = class nHelp extends Command { constructor() { super({ - name: "nhelp", + name: "help", description: "View a list of available commands or information on a specific command.", aliases: ['h', '?'], module: "General", @@ -23,7 +23,6 @@ module.exports = class nHelp extends Command { } async command(ctx) { - console.log(ctx.args) let Help = new MessageEmbed(); const commands = { General: {