mirror of
https://github.com/kevinthedang/discord-ollama.git
synced 2026-09-23 17:08:58 -04:00
Upgrade Node to Krypton (#200)
* node 24 and vulnerabilities * ready is clientReady * better about section
This commit is contained in:
@@ -26,6 +26,6 @@ describe('Events Existence', () => {
|
||||
// test specific events in the object
|
||||
it('references specific events', () => {
|
||||
const eventsString = events.map(e => e.key.toString()).join(', ')
|
||||
expect(eventsString).toBe('ready, messageCreate, interactionCreate, threadDelete')
|
||||
expect(eventsString).toBe('clientReady, messageCreate, interactionCreate, threadDelete')
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user