mirror of
https://github.com/reality/dbot.git
synced 2025-01-26 12:04:15 +01:00
Fixed formatting.
This commit is contained in:
parent
a409af06fd
commit
0eb051eef9
@ -1,7 +1,7 @@
|
|||||||
var poll = function(dbot) {
|
var poll = function(dbot) {
|
||||||
if(!dbot.db.hasOwnProperty('polls')) {
|
if(!dbot.db.hasOwnProperty('polls')) {
|
||||||
dbot.db.polls = {};
|
dbot.db.polls = {};
|
||||||
}
|
}
|
||||||
var polls = dbot.db.polls;
|
var polls = dbot.db.polls;
|
||||||
var commands = {
|
var commands = {
|
||||||
'~newpoll': function(event) {
|
'~newpoll': function(event) {
|
||||||
|
Loading…
Reference in New Issue
Block a user