mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 22:39:26 +01:00
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
var poll = function(dbot) {
|
|
};
|
|
|
|
exports.fetch = function(dbot) {
|
|
return new poll(dbot);
|
|
}
|