forked from GitHub/dbot
14 lines
353 B
JSON
14 lines
353 B
JSON
{
|
|
"help": "http://github.com/reality/depressionbot/blob/master/modules/poll/README.md",
|
|
"dbType": "redis",
|
|
"dbKeys": [ "polls" ],
|
|
"ignorable": true,
|
|
"dependencies": [ "users", "web" ],
|
|
"schema": {
|
|
"poll": {
|
|
"pkey": "name",
|
|
"fields": [ "description", "owner", "votes", "votees" ]
|
|
}
|
|
}
|
|
}
|