From 05dce309d1b001c5a38148fd107187ec7df09092 Mon Sep 17 00:00:00 2001 From: Neko Life Date: Mon, 28 Jun 2021 12:51:53 +0900 Subject: [PATCH] chat --- resources/shaChat.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/shaChat.js b/resources/shaChat.js index 26f2a8b..5bd805d 100644 --- a/resources/shaChat.js +++ b/resources/shaChat.js @@ -21,8 +21,8 @@ const URL = [ ]; */ - async function chatAnswer(message) { - return axios.post("https://rebot.me/ask", { username: "muffin-6", question: message }).then(r => r.data).catch(() => {}); - } +async function chatAnswer(message) { + return axios.post("https://rebot.me/ask", { username: "simsimi", question: message }).then(r => r.data).catch(() => { }); +} module.exports = { chatAnswer }