dbot/modules/poll/poll.js
2013-01-15 16:54:51 +00:00

7 lines
94 B
JavaScript

var poll = function(dbot) {
};
exports.fetch = function(dbot) {
return new poll(dbot);
}