mirror of
https://github.com/DarthKilroy/Spot.git
synced 2026-02-04 10:36:48 +00:00
9 lines
173 B
JavaScript
9 lines
173 B
JavaScript
|
|
const CommandCategory = {
|
||
|
|
MODERATION: 'moderation',
|
||
|
|
BOT_MANAGEMENT: 'bot_management',
|
||
|
|
FUN: 'fun',
|
||
|
|
RESOURCE: 'resource'
|
||
|
|
};
|
||
|
|
|
||
|
|
module.exports = CommandCategory;
|