forked from GitHub/dbot
that should be all of the dependencies [#413]
This commit is contained in:
parent
099d278cbc
commit
f98f7e435a
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"ignorable": false,
|
"ignorable": false,
|
||||||
"help": "http://github.com/reality/depressionbot/blob/master/modules/command/README.md",
|
"help": "http://github.com/reality/depressionbot/blob/master/modules/command/README.md",
|
||||||
"dbKeys": [ "ignores", "bans", "users" ]
|
"dependencies": [ "ignore", "users" ]
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"username": "youruserhere",
|
"username": "youruserhere",
|
||||||
"password": "yourpasswordhere",
|
"password": "yourpasswordhere",
|
||||||
"dependencies": [ "command" ],
|
"dependencies": [ "link" ],
|
||||||
"ignorable": true,
|
"ignorable": true,
|
||||||
"help": "https://github.com/reality/depressionbot/blob/master/modules/dent/README.md",
|
"help": "https://github.com/reality/depressionbot/blob/master/modules/dent/README.md",
|
||||||
"dentQuotes": true
|
"dentQuotes": true
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"ignorable": false,
|
"ignorable": false,
|
||||||
"dependencies": [ "command" ],
|
"dependencies": [ "users" ],
|
||||||
"dbKeys": [ "ignores", "bans" ],
|
"dbKeys": [ "ignores", "bans" ],
|
||||||
"dbType": "redis",
|
"dbType": "redis",
|
||||||
"help": "http://github.com/reality/depressionbot/blob/master/modules/ignore/README.md"
|
"help": "http://github.com/reality/depressionbot/blob/master/modules/ignore/README.md"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"dbKeys": [ "imgur" ],
|
"dbKeys": [ "imgur" ],
|
||||||
"dependencies": [ "web", "api" ],
|
"dependencies": [ "web", "api", "link" ],
|
||||||
"imagelength": 5,
|
"imagelength": 5,
|
||||||
"nsfwwarn": true,
|
"nsfwwarn": true,
|
||||||
"apikey": "86fd3a8da348b65",
|
"apikey": "86fd3a8da348b65",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"dbType": "redis",
|
"dbType": "redis",
|
||||||
"dbKeys": [ "polls" ],
|
"dbKeys": [ "polls" ],
|
||||||
"ignorable": true,
|
"ignorable": true,
|
||||||
"dependencies": [ "users", "command" ],
|
"dependencies": [ "users", "web" ],
|
||||||
"schema": {
|
"schema": {
|
||||||
"poll": {
|
"poll": {
|
||||||
"pkey": "name",
|
"pkey": "name",
|
||||||
|
@ -17,5 +17,5 @@
|
|||||||
"timezone": null
|
"timezone": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": [ "quotes", "users", "command" ]
|
"dependencies": [ "web", "quotes", "users" ]
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"dependencies": ["web", "quotes", "github"]
|
"dependencies": [ "web", "quotes", "github" ]
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"dbType": "redis",
|
"dbType": "redis",
|
||||||
"dependencies": [ "command", "users" ],
|
"dependencies": [ "users", "event" ],
|
||||||
"rmLimit": 10,
|
"rmLimit": 10,
|
||||||
"ignorable": true,
|
"ignorable": true,
|
||||||
"help": "http://github.com/reality/depressionbot/blob/master/modules/quotes/README.md"
|
"help": "http://github.com/reality/depressionbot/blob/master/modules/quotes/README.md"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"ignorable": true,
|
"ignorable": true,
|
||||||
"notifyVoice": false,
|
"notifyVoice": false,
|
||||||
"dependencies": [ "command", "users" ],
|
"dependencies": [ "users" ],
|
||||||
"help": "http://github.com/reality/depressionbot/blob/master/modules/report/README.md"
|
"help": "http://github.com/reality/depressionbot/blob/master/modules/report/README.md"
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"dependencies": [ "command" ],
|
"dependencies": [ "link" ],
|
||||||
"ignorable": true
|
"ignorable": true
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"ignorable": false,
|
"ignorable": false,
|
||||||
"dependencies": [ "command", "event" ],
|
"dependencies": [ "event" ],
|
||||||
"dbKeys": [ "knownUsers" ],
|
"dbKeys": [ "knownUsers" ],
|
||||||
"help": "https://github.com/reality/depressionbot/blob/master/modules/users/README.md",
|
"help": "https://github.com/reality/depressionbot/blob/master/modules/users/README.md",
|
||||||
"dbType": "redis"
|
"dbType": "redis"
|
||||||
|
Loading…
Reference in New Issue
Block a user