ollama responds to discord msgs

This commit is contained in:
Kevin Dang
2023-12-25 18:10:00 -08:00
committed by Kevin Dang
parent 7dd9b8f90c
commit 4bcaae8461
5 changed files with 446 additions and 2 deletions

View File

@@ -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}.`)
})