diff --git a/bot/commands/Core/help.js b/bot/commands/Core/help.js index 8f11172..d3a2067 100644 --- a/bot/commands/Core/help.js +++ b/bot/commands/Core/help.js @@ -3,9 +3,9 @@ const Command = require("../../base/Command.js"); class Help extends Command { constructor (client) { super(client, { - description = "Lists what commands Woomy has, what they do, and how to use them.", - usage = "'`help` - Lists all commands.\n`help ` - Shows detailed information on a specific command.'", - aliases = ["cmds"] + description: "Lists what commands Woomy has, what they do, and how to use them.", + usage: "'`help` - Lists all commands.\n`help ` - Shows detailed information on a specific command.'", + aliases: ["cmds"], }); }