Remove Message Style Command (#149)
* Remove: Message Style Command * Update: version increment
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { SlashCommand } from '../utils/commands.js'
|
||||
import { ThreadCreate } from './threadCreate.js'
|
||||
import { MessageStyle } from './messageStyle.js'
|
||||
import { MessageStream } from './messageStream.js'
|
||||
import { Disable } from './disable.js'
|
||||
import { Shutoff } from './shutoff.js'
|
||||
@@ -13,7 +12,6 @@ import { SwitchModel } from './switchModel.js'
|
||||
export default [
|
||||
ThreadCreate,
|
||||
PrivateThreadCreate,
|
||||
MessageStyle,
|
||||
MessageStream,
|
||||
Disable,
|
||||
Shutoff,
|
||||
|
||||
Reference in New Issue
Block a user