Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/pedro-poublon.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = (robot) ->
url = "http://api.twitter.com/1/statuses/user_timeline.json?include_entities=false&include_rts=false&screen_name=pedropoublon&count=200&trim_user=true&exclude_replies=true"
msg.http(url).get() (err, res, body) ->
if res.statusCode isnt 200
console.error "KEN DEN TWITTER API IET VROAGT IEN ANTWOORDE NIE BAKKES OVER DE KIEZELS TZAL M LEREN GRTZ PEDRO"
console.error "KEN DEN TWITTER API ETWA GEVRAAGD MO JEN ANTWOORDDE NIE, MULLE TEGEN DE GROEND TGA NAASTE KE BETER GAAN GRTZ PEDRO"
return
data = JSON.parse(body)
tweet = msg.random data
Expand Down