mirror of
https://github.com/danbulant/Shasha
synced 2026-07-08 12:31:15 +00:00
chat
This commit is contained in:
parent
d72dd989f9
commit
05dce309d1
1 changed files with 3 additions and 3 deletions
|
|
@ -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 }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue