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