Remove Message Style Command (#149)

* Remove: Message Style Command

* Update: version increment
This commit is contained in:
Kevin Dang
2024-12-13 16:55:57 -08:00
committed by GitHub
parent 6ac45afb13
commit fe1f7ce5ec
10 changed files with 8 additions and 179 deletions

View File

@@ -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,