This commit is contained in:
Neko Life 2021-06-28 12:51:53 +09:00
parent d72dd989f9
commit 05dce309d1

View file

@ -21,8 +21,8 @@ const URL = [
]; ];
*/ */
async function chatAnswer(message) { async function chatAnswer(message) {
return axios.post("https://rebot.me/ask", { username: "muffin-6", question: message }).then(r => r.data).catch(() => {}); return axios.post("https://rebot.me/ask", { username: "simsimi", question: message }).then(r => r.data).catch(() => { });
} }
module.exports = { chatAnswer } module.exports = { chatAnswer }