mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 23:23:08 -04:00
Merge branch 'main' into nextgen/cardstack
This commit is contained in:
commit
8c036e714a
3 changed files with 41 additions and 34 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": `${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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue