This commit is contained in:
Siwoo Jeon 2023-02-13 16:00:17 +09:00
parent 6106ca97f5
commit b131e5c1f9
Signed by: migan
GPG key ID: C4151385FFD2082A

View file

@ -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
}