From 25ef7a40e72a95e049119684d4b9ed89d20fc320 Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Sun, 9 Feb 2025 23:12:12 +0100 Subject: [PATCH] update help category names --- commands/message/core/help.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/commands/message/core/help.js b/commands/message/core/help.js index c3bf922..d54d9f7 100644 --- a/commands/message/core/help.js +++ b/commands/message/core/help.js @@ -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`, - "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}` + "core": `${iconPill("home", "System Commands")}`, + "info": `${iconPill("information", "Information Commands")}`, + "search": `${iconPill("mag", "Search Commands")}`, + "utils": `${iconPill("tools", "Utility Commands")}`, + "fun": `${iconPill("stars", "Fun Commands")}`, + "mod": `${iconPill("shield", "Moderation Commands")}` } module.exports = {