mirror of
https://github.com/thewesker/bug-em.git
synced 2025-12-20 04:01:05 -05:00
lol
This commit is contained in:
2
app.js
2
app.js
@@ -37,7 +37,7 @@ stream.on('tweet', function (tweet) {
|
||||
|
||||
console.log(outfile);
|
||||
|
||||
process.exit 0
|
||||
|
||||
var trumpmessages = session.object.trumpmessages;
|
||||
var randomtrumpmessage = trumpmessages[Math.floor(Math.random() * trumpmessages.length)];
|
||||
var b64content = fs.readFileSync('./pics/trump.png', { encoding: 'base64' })
|
||||
|
||||
Reference in New Issue
Block a user