mirror of
https://github.com/thewesker/bug-em.git
synced 2025-12-20 12:11:05 -05:00
lol
This commit is contained in:
1
app.js
1
app.js
@@ -30,6 +30,7 @@ stream.on('tweet', function (tweet) {
|
|||||||
if (err) throw err;
|
if (err) throw err;
|
||||||
fs.writeFileSync(join('./pics/trump.png'), img);
|
fs.writeFileSync(join('./pics/trump.png'), img);
|
||||||
console.log('saved to trump.png');
|
console.log('saved to trump.png');
|
||||||
|
});
|
||||||
console.log(s);
|
console.log(s);
|
||||||
|
|
||||||
var trumpmessages = session.object.trumpmessages;
|
var trumpmessages = session.object.trumpmessages;
|
||||||
|
|||||||
Reference in New Issue
Block a user