Added donate, made blur and sharpen use ImageMagick
This commit is contained in:
parent
97f2f38d47
commit
c745bd3ae2
4 changed files with 24 additions and 8 deletions
|
@ -1,7 +1,9 @@
|
|||
const collections = require("./collections.js");
|
||||
const logger = require("./logger.js");
|
||||
const fs = require("fs");
|
||||
const template = `# <img src="https://raw.githubusercontent.com/TheEssem/esmBot/master/esmbot.png" width="64"> esmBot${process.env.NODE_ENV === "development" ? " Dev" : ""} Command List
|
||||
|
||||
module.exports = async (output) => {
|
||||
const template = `# <img src="https://raw.githubusercontent.com/TheEssem/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/TheEssem/esmBot/issues) or in the esmBot Support server.**\n" : ""}
|
||||
\`[]\` means an argument is required, \`{}\` means an argument is optional.
|
||||
|
||||
|
@ -17,8 +19,6 @@ Default prefix is \`&\`.
|
|||
+ [**Image Editing**](#🖼️-image-editing)
|
||||
+ [**Soundboard**](#🔊-soundboard)
|
||||
`;
|
||||
|
||||
module.exports = async (output) => {
|
||||
const commands = Array.from(collections.commands.keys());
|
||||
const categories = {
|
||||
general: ["## 💻 General"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue