mirror of
https://github.com/DarthKilroy/Spot.git
synced 2026-02-11 13:10:08 +00:00
rewrite
this is a rewrite of the bot in typescript. detritus is used as a discord library instead of discord.js
This commit is contained in:
parent
6688d4dcd8
commit
56091a6df7
33 changed files with 731 additions and 1116 deletions
9
model/command-category.ts
Normal file
9
model/command-category.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
enum CommandCategory {
|
||||
INFO = 'Info',
|
||||
MODERATION = 'Moderation',
|
||||
BOT_MANAGEMENT = 'Bot Managenent',
|
||||
FUN = 'Fun',
|
||||
RESOURCE = 'Resource'
|
||||
}
|
||||
|
||||
export default CommandCategory;
|
||||
Loading…
Add table
Add a link
Reference in a new issue