diff --git a/modules/users/config.json b/modules/users/config.json index 07f200d..34927cb 100644 --- a/modules/users/config.json +++ b/modules/users/config.json @@ -3,5 +3,5 @@ "dependencies": [ "command", "event" ], "dbKeys": [ "knownUsers" ], "help": "https://github.com/reality/depressionbot/blob/master/modules/users/README.md", - "dbType": "memory" + "dbType": "redis" }