mirror of
https://github.com/thedevs-network/the-guard-bot
synced 2025-08-29 05:07:49 +00:00
corrected group db name to match others
This commit is contained in:
parent
730fd3c3c3
commit
dffe3cc9af
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user