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: {