dbot/modules/users/config.json

8 lines
219 B
JSON
Raw Normal View History

{
"ignorable": false,
2013-01-24 19:55:28 +01:00
"dependencies": [ "command", "event" ],
2013-01-15 22:44:35 +01:00
"dbKeys": [ "knownUsers" ],
"help": "https://github.com/reality/depressionbot/blob/master/modules/users/README.md",
"dbType": "memory"
}