diff --git a/handlers/openAI.js b/handlers/openAI.js index 9434192..0ab8dad 100644 --- a/handlers/openAI.js +++ b/handlers/openAI.js @@ -10,7 +10,7 @@ class OpenAI { if (username) { bot.say(target, `@${username} ${response}`) } else { - bot.say(target, `/me response`) + bot.say(target, `${response}`) } }