mirror of
https://github.com/kevinthedang/discord-ollama.git
synced 2025-12-12 19:56:06 -05:00
ollama responds to discord msgs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { event, Events } from '../utils/index.js'
|
||||
|
||||
// Log when the bot successfully logs in and export it
|
||||
export default event(Events.ClientReady, ({ log }, client) => {
|
||||
return log(`Logged in as ${client.user.username}.`)
|
||||
})
|
||||
Reference in New Issue
Block a user