forked from GitHub/dbot
Fixed formatting.
This commit is contained in:
parent
a409af06fd
commit
0eb051eef9
@ -1,7 +1,7 @@
|
||||
var poll = function(dbot) {
|
||||
if(!dbot.db.hasOwnProperty('polls')) {
|
||||
dbot.db.polls = {};
|
||||
}
|
||||
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