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 17:21:43 +01:00
return new poll(dbot);
}