Change Logging for Rin

This commit is contained in:
dragonfire535
2017-03-10 20:01:55 -05:00
parent 71500a96d4
commit 02c6ab454d
+1 -1
View File
@@ -73,7 +73,7 @@ client.on('message', (message) => {
json: true
}
request(sendPOST).then(function (parsedBody) {
console.log(messagecontent);
console.log('[Rin] ' + messagecontent);
}).catch(function (err) {
console.log(err);
});