Fixed help not working with page generator disabled

This commit is contained in:
Essem 2021-08-19 16:49:58 -05:00
parent cb895900d5
commit 7009ff339f
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
import { commands, info } from "./collections.js";
import { promises } from "fs";
const categoryTemplate = {
export const categoryTemplate = {
general: [],
tags: ["> **Every command in this category is a subcommand of the tag command.**\n"],
"image-editing": ["> **These commands support the PNG, JPEG, WEBP (static), and GIF (animated or static) formats.**\n"]