mirror of
https://github.com/thedevs-network/the-guard-bot
synced 2025-09-01 14:45:27 +00:00
corrected group db name to match others
This commit is contained in:
@@ -4,7 +4,7 @@ const Datastore = require('nedb-promise');
|
||||
|
||||
const groups = new Datastore({
|
||||
autoload: true,
|
||||
filename: 'data/groups.db',
|
||||
filename: 'data/Group.db',
|
||||
});
|
||||
|
||||
groups.ensureIndex({
|
||||
|
Reference in New Issue
Block a user