Update: fix imports based on last pkg fix

This commit is contained in:
JT2M0L3Y
2025-02-23 21:24:35 -07:00
parent c026de5d62
commit cc7a3661b7
6 changed files with 7 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
import type { ClientEvents, Awaitable, Client } from 'discord.js'
import { Ollama } from 'ollama'
import { Queue } from '../queues/queue.js'
import { Queue } from '../components/index.js'
// Export events through here to reduce amount of imports
export { Events } from 'discord.js'