move database

This commit is contained in:
Marcus Netz
2020-11-23 16:08:53 +01:00
parent 4918789a52
commit 2ec8f0b8dc

View File

@ -25,7 +25,7 @@ const commands = {
};
const Datastore = require('nedb'),
db = new Datastore({
filename: 'dsabot.db',
filename: 'data/dsabot.db',
autoload: true,
});