added prettified category names, and descriptions
This commit is contained in:
parent
6cc0535bda
commit
c3d25dfd84
1 changed files with 26 additions and 0 deletions
26
bot/assets/constants/categories.json
Normal file
26
bot/assets/constants/categories.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"Bot": {
|
||||
"emoji": "🤖",
|
||||
"description": "Commands related to Woomy, like ping, stats, etc."
|
||||
},
|
||||
"Configuration": {
|
||||
"emoji": "⚙️",
|
||||
"description": "Change settings, toggle features."
|
||||
},
|
||||
"Developer": {
|
||||
"emoji": "🖥️",
|
||||
"description": "Super dangerous commands, for Woomy developers only!"
|
||||
},
|
||||
"Fun": {
|
||||
"emoji": "🎉",
|
||||
"description": "A whole range of commands, for your entertainment."
|
||||
},
|
||||
"Moderation": {
|
||||
"emoji": "🛡️",
|
||||
"description": "Keep your community safe and easily modify server settings."
|
||||
},
|
||||
"Test": {
|
||||
"emoji": "⚠️",
|
||||
"description": "aaaAAAAAaaaA"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue