From 2ec8f0b8dc3ce52c1154baedcab4671bf21a53b1 Mon Sep 17 00:00:00 2001 From: Marcus Netz Date: Mon, 23 Nov 2020 16:08:53 +0100 Subject: [PATCH] move database --- src/commands/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/index.js b/src/commands/index.js index 09100d3..655cd40 100644 --- a/src/commands/index.js +++ b/src/commands/index.js @@ -25,7 +25,7 @@ const commands = { }; const Datastore = require('nedb'), db = new Datastore({ - filename: 'dsabot.db', + filename: 'data/dsabot.db', autoload: true, });