Skip to content

Commit

Permalink
Actualizar openAI.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd authored Nov 17, 2024
1 parent 4c81b49 commit 7872630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/openAI.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class OpenAI {
if (username) {
bot.say(target, `@${username} ${response}`)
} else {
bot.say(target, `/me response`)
bot.say(target, `${response}`)
}

}
Expand Down

0 comments on commit 7872630

Please sign in to comment.