forked from GitHub/dbot
move poll whatsit
This commit is contained in:
parent
321ffb83c5
commit
17bbccbe98
@ -1,8 +1,4 @@
|
||||
var poll = function(dbot) {
|
||||
if(!dbot.db.hasOwnProperty('polls')) {
|
||||
dbot.db.polls = {};
|
||||
}
|
||||
|
||||
var polls = dbot.db.polls;
|
||||
var commands = {
|
||||
'~newpoll': function(event) {
|
||||
|
Loading…
Reference in New Issue
Block a user