From 7f4b1398111ba7aec546c638bb2442b04c3de48a Mon Sep 17 00:00:00 2001 From: Marcus Netz Date: Tue, 24 Nov 2020 20:56:39 +0100 Subject: [PATCH] =?UTF-8?q?removed=20'm=C3=BCnze'=20from=20commandlist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/index.js b/src/commands/index.js index a8392b8..319239e 100644 --- a/src/commands/index.js +++ b/src/commands/index.js @@ -9,7 +9,7 @@ const tp = require('./tp'); const talent = require('./talent'); const skill = require('./skill'); const createFromFile = require('./createFromFile'); -const {münze, kopf, zahl, heads, tails} = require('./HeadsOrTails'); +const {kopf, zahl, heads, tails} = require('./HeadsOrTails'); const {attribute, eigenschaft, e, a} = require('./attribute') require('dotenv').config(); @@ -24,7 +24,6 @@ const commands = { skill, tp, talent, - münze, kopf, zahl, heads, @@ -34,6 +33,7 @@ const commands = { attribute, eigenschaft }; + const Datastore = require('nedb'), db = new Datastore({ filename: 'data/dsabot.db',