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({
|
const groups = new Datastore({
|
||||||
autoload: true,
|
autoload: true,
|
||||||
filename: 'data/groups.db',
|
filename: 'data/Group.db',
|
||||||
});
|
});
|
||||||
|
|
||||||
groups.ensureIndex({
|
groups.ensureIndex({
|
||||||
|
Reference in New Issue
Block a user