update help category names

This commit is contained in:
bignutty 2025-02-09 23:12:12 +01:00
parent bbf34590c6
commit 25ef7a40e7

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 // These categories will be displayed to users, add them in the correct order
const categories = { const categories = {
"core": `${icon("home")} Core Commands`, "core": `${iconPill("home", "System Commands")}`,
"info": `${icon("information")} Information Commands`, "info": `${iconPill("information", "Information Commands")}`,
"search": `${icon("mag")} Search Commands`, "search": `${iconPill("mag", "Search Commands")}`,
"utils": `${icon("tools")} Utility Commands`, "utils": `${iconPill("tools", "Utility Commands")}`,
"fun": `${icon("stars")} Fun Commands`, "fun": `${iconPill("stars", "Fun Commands")}`,
"mod": `${icon("shield")} "Moderation Command}` "mod": `${iconPill("shield", "Moderation Commands")}`
} }
module.exports = { module.exports = {