Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz99 committed Jan 2, 2019
1 parent 83b4593 commit 5ca011c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ let headers = {
});
},
startMonitor: function() {
var stream = T.stream("statuses/filter", { follow: this.userID });
var stream = T.stream("statuses/filter", {
follow: this.userID,
exclude_replies: true,
include_rts: false
});

stream.on("connected", res => {
log.green(
Expand Down

0 comments on commit 5ca011c

Please sign in to comment.