From eee22393640467891b7a697cfc29fec49ff52fd1 Mon Sep 17 00:00:00 2001 From: murm Date: Wed, 15 Mar 2023 11:03:59 -0400 Subject: [PATCH] oopsie poopsie --- commands/general/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/general/help.js b/commands/general/help.js index 87da605..859442b 100644 --- a/commands/general/help.js +++ b/commands/general/help.js @@ -4,7 +4,7 @@ // import { random } from "../../utils/misc.js"; // import paginator from "../../utils/pagination/pagination.js"; // import * as help from "../../utils/help.js"; -// import Command from "../../classes/command.js"; +import Command from "../../classes/command.js"; // const tips = ["You can change the bot's prefix using the prefix command.", "Image commands also work with images previously posted in that channel.", "You can use the tags commands to save things for later use.", "You can visit https://esmbot.net/help.html for a web version of this command list.", "You can view a command's aliases by putting the command name after the help command (e.g. help image).", "Parameters wrapped in [] are required, while parameters wrapped in {} are optional.", "esmBot is hosted and paid for completely out-of-pocket by the main developer. If you want to support development, please consider donating! https://patreon.com/TheEssem"]; class HelpCommand extends Command {