mirror of
https://github.com/thewesker/bug-em.git
synced 2025-12-21 04:31:04 -05:00
lmao
This commit is contained in:
2
app.js
2
app.js
@@ -122,7 +122,7 @@ T.post('media/upload', { media_data: b64content }, function (err, data, response
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (tweet.user.screen_name === 'DrJillStein') {
|
if (tweet.user.screen_name === 'DrJillStein') {
|
||||||
var b64content = fs.readFileSync('./pics/hulk.gif', { encoding: 'base64' })
|
var b64content = fs.readFileSync('./pics/jill.gif', { encoding: 'base64' })
|
||||||
var jillmessages = session.object.jillmessages;
|
var jillmessages = session.object.jillmessages;
|
||||||
var randomjillmessage = jillmessages[Math.floor(Math.random() * jillmessages.length)];
|
var randomjillmessage = jillmessages[Math.floor(Math.random() * jillmessages.length)];
|
||||||
// first we must post the media to Twitter
|
// first we must post the media to Twitter
|
||||||
|
|||||||
@@ -29,9 +29,7 @@
|
|||||||
"No spoilers, please."
|
"No spoilers, please."
|
||||||
],
|
],
|
||||||
"garymessages": [
|
"garymessages": [
|
||||||
"Your tweets are as worthless as a vote for you.",
|
"You're an evil socialist statist. Write-in Austin Petersen!"
|
||||||
"You'll never be president.",
|
|
||||||
"No spoilers, please."
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user