mirror of
https://github.com/kevinthedang/discord-ollama.git
synced 2025-12-15 04:46:06 -05:00
Update: fix imports based on last pkg fix
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user