forked from GitHub/dbot
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
var poll = function(dbot) {
|
|
};
|
|
|
|
exports.fetch = function(dbot) {
|
|
return new poll(dbot);
|
|
}
|