mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +02:00
Change Logging for Rin
This commit is contained in:
@@ -73,7 +73,7 @@ client.on('message', (message) => {
|
|||||||
json: true
|
json: true
|
||||||
}
|
}
|
||||||
request(sendPOST).then(function (parsedBody) {
|
request(sendPOST).then(function (parsedBody) {
|
||||||
console.log(messagecontent);
|
console.log('[Rin] ' + messagecontent);
|
||||||
}).catch(function (err) {
|
}).catch(function (err) {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user