gave it the wrong name
This commit is contained in:
parent
1ce763f2d4
commit
8ae4072260
1 changed files with 1 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue