mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
okay the pill layout didn't look good
This commit is contained in:
parent
25ef7a40e7
commit
048073b522
1 changed files with 6 additions and 6 deletions
|
@ -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": `${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")}`
|
||||
"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`
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue