dbot/modules/poll/poll.js

7 lines
94 B
JavaScript
Raw Normal View History

var poll = function(dbot) {
};
exports.fetch = function(dbot) {
2013-01-15 16:21:43 +00:00
return new poll(dbot);
}