mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-19 18:26:48 +00:00
this is a rewrite of the bot in typescript. detritus is used as a discord library instead of discord.js
9 lines
No EOL
189 B
TypeScript
9 lines
No EOL
189 B
TypeScript
enum CommandCategory {
|
|
INFO = 'Info',
|
|
MODERATION = 'Moderation',
|
|
BOT_MANAGEMENT = 'Bot Managenent',
|
|
FUN = 'Fun',
|
|
RESOURCE = 'Resource'
|
|
}
|
|
|
|
export default CommandCategory; |