Spot/model/command-category.ts
spiral 56091a6df7
rewrite
this is a rewrite of the bot in typescript. detritus is used as a discord library instead of discord.js
2022-10-21 17:22:01 +00:00

9 lines
No EOL
189 B
TypeScript

enum CommandCategory {
INFO = 'Info',
MODERATION = 'Moderation',
BOT_MANAGEMENT = 'Bot Managenent',
FUN = 'Fun',
RESOURCE = 'Resource'
}
export default CommandCategory;