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 {
|
module.exports = class nHelp extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
super({
|
super({
|
||||||
name: "nhelp",
|
name: "help",
|
||||||
description: "View a list of available commands or information on a specific command.",
|
description: "View a list of available commands or information on a specific command.",
|
||||||
aliases: ['h', '?'],
|
aliases: ['h', '?'],
|
||||||
module: "General",
|
module: "General",
|
||||||
|
@ -23,7 +23,6 @@ module.exports = class nHelp extends Command {
|
||||||
}
|
}
|
||||||
|
|
||||||
async command(ctx) {
|
async command(ctx) {
|
||||||
console.log(ctx.args)
|
|
||||||
let Help = new MessageEmbed();
|
let Help = new MessageEmbed();
|
||||||
const commands = {
|
const commands = {
|
||||||
General: {
|
General: {
|
||||||
|
|
Loading…
Reference in a new issue