From b131e5c1f9bb2c2828c81c11323f912b3286227d Mon Sep 17 00:00:00 2001 From: Migan178 Date: Mon, 13 Feb 2023 16:00:17 +0900 Subject: [PATCH] fix --- src/modules/ChatBot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/ChatBot.ts b/src/modules/ChatBot.ts index 9454984..2a4088b 100644 --- a/src/modules/ChatBot.ts +++ b/src/modules/ChatBot.ts @@ -21,8 +21,8 @@ export default class ChatBot { .text } else { response = rows[Math.floor(Math.random() * rows.length)].text - if (!response) response = '살ㄹ려주세요' } + if (!response) response = '살ㄹ려주세요' console.log(`res: ${response}`) return response }