From cfa2f53f56f7d80b8facfe8cff77f82d6fc7f587 Mon Sep 17 00:00:00 2001 From: Emily J Date: Sat, 10 Oct 2020 19:37:11 +1100 Subject: [PATCH] fixed object stuff --- bot/commands/Core/help.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"], }); }