Merge branch 'main' into nextgen/cardstack

This commit is contained in:
bignutty 2025-02-12 02:09:02 +01:00
commit 8c036e714a
3 changed files with 41 additions and 34 deletions

View file

@ -109,12 +109,12 @@ function createCommandPage(context, prefix, command, slashCommands) {
// These categories will be displayed to users, add them in the correct order
const categories = {
"core": `${icon("home")} Core Commands`,
"core": `${icon("home")} System Commands`,
"info": `${icon("information")} Information Commands`,
"search": `${icon("mag")} Search Commands`,
"utils": `${icon("tools")} Utility Commands`,
"fun": `${icon("stars")} Fun Commands`,
"mod": `${icon("shield")} "Moderation Command}`
"mod": `${icon("shield")} Moderation Command`
}
module.exports = {