Update ai.ts

This commit is contained in:
Corey Johnson 2025-07-15 16:27:18 -07:00
parent 76a4900863
commit 5134446bf0

View File

@ -32,6 +32,8 @@ export const respondToUserMessage = async (msg: OmitPartialGroupDMChannel<Messag
msg.channel.sendTyping()
})
console.log(`🌭 sending`, msg.content)
return await respond(msg.content, agent, msg.channel.id, context)
}