From 7872630ace8590a36d4d2abcf4cb500a1894b317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20D=2E?= Date: Sun, 17 Nov 2024 19:10:29 +0100 Subject: [PATCH] Actualizar openAI.js --- handlers/openAI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`) } }