mirror of
https://github.com/reality/dbot.git
synced 2024-12-26 12:42:51 +01:00
missing bind
This commit is contained in:
parent
3cd6c91eda
commit
63e1344851
@ -71,7 +71,7 @@ var reddit = function(dbot) {
|
|||||||
checkTimes[channel.id][feed.subreddit] = Date.now();
|
checkTimes[channel.id][feed.subreddit] = Date.now();
|
||||||
}
|
}
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
}, feed.interval));
|
}.bind(this), feed.interval));
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
|
Loading…
Reference in New Issue
Block a user