gave it the wrong name

This commit is contained in:
ry 2020-01-05 20:00:06 +01:00
parent 1ce763f2d4
commit 8ae4072260
1 changed files with 1 additions and 2 deletions

View File

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