mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-19 18:26:48 +00:00
8 lines
173 B
JavaScript
8 lines
173 B
JavaScript
const CommandCategory = {
|
|
MODERATION: 'moderation',
|
|
BOT_MANAGEMENT: 'bot_management',
|
|
FUN: 'fun',
|
|
RESOURCE: 'resource'
|
|
};
|
|
|
|
module.exports = CommandCategory;
|