tweet()
tweet a message
tweeting a message is super easy
bot.tweet('tweet from tweet.js').then(r => console.log(r));Manually doing this
Setting upLast updated
tweet a message
bot.tweet('tweet from tweet.js').then(r => console.log(r));Last updated