mirror of
https://github.com/reality/dbot.git
synced 2024-12-26 04:32:37 +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();
|
||||
}
|
||||
}.bind(this));
|
||||
}, feed.interval));
|
||||
}.bind(this), feed.interval));
|
||||
}.bind(this));
|
||||
}.bind(this));
|
||||
}.bind(this));
|
||||
|
Loading…
Reference in New Issue
Block a user