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

@@ -22,7 +22,7 @@ describe('Commands Existence', () => {
// test specific commands in the object
it('references specific commands', () => {
const commandsString = commands.map(e => e.name).join(', ')
expect(commandsString).toBe('thread, private-thread, message-style, message-stream, toggle-chat, shutoff, modify-capacity, clear-user-channel-history, pull-model, switch-model')
expect(commandsString).toBe('thread, private-thread, message-stream, toggle-chat, shutoff, modify-capacity, clear-user-channel-history, pull-model, switch-model')
})
})