Capacity Context Modify Command (#35)
* add: modify capacity command * update: version increment
This commit is contained in:
@@ -4,11 +4,13 @@ import { MessageStyle } from './messageStyle.js'
|
||||
import { MessageStream } from './messageStream.js'
|
||||
import { Disable } from './disable.js'
|
||||
import { Shutoff } from './shutoff.js'
|
||||
import { Capacity } from './capacity.js'
|
||||
|
||||
export default [
|
||||
ThreadCreate,
|
||||
MessageStyle,
|
||||
MessageStream,
|
||||
Disable,
|
||||
Shutoff
|
||||
Shutoff,
|
||||
Capacity
|
||||
] as SlashCommand[]
|
||||
Reference in New Issue
Block a user