Added edit date to help page, fixed image command quote
This commit is contained in:
parent
362a0c0d80
commit
4d5ef3c24f
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ const fs = require("fs");
|
||||||
module.exports = async (output) => {
|
module.exports = async (output) => {
|
||||||
const template = `# <img src="https://raw.githubusercontent.com/esmBot/esmBot/master/esmbot.png" width="64"> esmBot${process.env.NODE_ENV === "development" ? " Dev" : ""} Command List
|
const template = `# <img src="https://raw.githubusercontent.com/esmBot/esmBot/master/esmbot.png" width="64"> esmBot${process.env.NODE_ENV === "development" ? " Dev" : ""} Command List
|
||||||
${process.env.NODE_ENV === "development" ? "\n**You are currently using esmBot Dev! Things may change at any time without warning and there will be bugs. Many bugs. If you find one, [report it here](https://github.com/esmBot/esmBot/issues) or in the esmBot Support server.**\n" : ""}
|
${process.env.NODE_ENV === "development" ? "\n**You are currently using esmBot Dev! Things may change at any time without warning and there will be bugs. Many bugs. If you find one, [report it here](https://github.com/esmBot/esmBot/issues) or in the esmBot Support server.**\n" : ""}
|
||||||
|
This page was last generated on \`${new Date().toString()}\`.
|
||||||
|
|
||||||
\`[]\` means an argument is required, \`{}\` means an argument is optional.
|
\`[]\` means an argument is required, \`{}\` means an argument is optional.
|
||||||
|
|
||||||
Default prefix is \`&\`.
|
Default prefix is \`&\`.
|
||||||
|
@ -26,7 +28,7 @@ Default prefix is \`&\`.
|
||||||
general: ["## 💻 General"],
|
general: ["## 💻 General"],
|
||||||
tags: ["## 🏷️ Tags"],
|
tags: ["## 🏷️ Tags"],
|
||||||
fun: ["## 👌 Fun"],
|
fun: ["## 👌 Fun"],
|
||||||
images: ["## 🖼️ Image Editing", "> These commands support the PNG, JPEG, WEBP, and GIF formats. (GIF support is currently experimental)"],
|
images: ["## 🖼️ Image Editing", "> These commands support the PNG, JPEG, WEBP, and GIF formats. (GIF support is currently experimental)\n"],
|
||||||
soundboard: ["## 🔊 Soundboard"],
|
soundboard: ["## 🔊 Soundboard"],
|
||||||
music: ["## 🎤 Music"]
|
music: ["## 🎤 Music"]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue