okay the pill layout didn't look good

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

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": `${iconPill("home", "System Commands")}`, "core": `${icon("home")} System Commands`,
"info": `${iconPill("information", "Information Commands")}`, "info": `${icon("information")} Information Commands`,
"search": `${iconPill("mag", "Search Commands")}`, "search": `${icon("mag")} Search Commands`,
"utils": `${iconPill("tools", "Utility Commands")}`, "utils": `${icon("tools")} Utility Commands`,
"fun": `${iconPill("stars", "Fun Commands")}`, "fun": `${icon("stars")} Fun Commands`,
"mod": `${iconPill("shield", "Moderation Commands")}` "mod": `${icon("shield")} Moderation Command`
} }
module.exports = { module.exports = {