mirror of
https://github.com/danbulant/Shasha
synced 2026-05-25 21:01:57 +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) {
|
||||
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 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue