mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-19 18:26:48 +00:00
Initial commit
This commit is contained in:
commit
8ae81f1cc6
24 changed files with 1425 additions and 0 deletions
11
model/command-category.js
Normal file
11
model/command-category.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
const CommandCategory = {
|
||||
MODERATION: 'moderation',
|
||||
ADMINISTRATION: 'administration',
|
||||
BOT_MANAGEMENT: 'bot_management',
|
||||
FUN: 'fun',
|
||||
INFO: 'info',
|
||||
ROLE: 'role',
|
||||
RESOURCE: 'resource'
|
||||
};
|
||||
|
||||
module.exports = CommandCategory;
|
||||
Loading…
Add table
Add a link
Reference in a new issue