This commit is contained in:
Talor Berthelson
2016-06-24 01:21:07 -04:00
parent 05fbecd778
commit 17e78cbe66

2
app.js
View File

@@ -115,7 +115,7 @@ T.post('media/upload', { media_data: b64content }, function (err, data, response
var params = {in_reply_to_status_id: nameID, status: '@' + name + " " + randomneromessage, media_ids: [mediaIdStr] } var params = {in_reply_to_status_id: nameID, status: '@' + name + " " + randomneromessage, media_ids: [mediaIdStr] }
T.post('statuses/update', params, function (err, data, response) { T.post('statuses/update', params, function (err, data, response) {
console.log("Replied to Milo's Tweet with " + randomjillmessage) console.log("Replied to Milo's Tweet with " + randomneromessage)
}) })
} }
}) })