From c1ac9385881401516652d5aa71f1b8a911d6e04e Mon Sep 17 00:00:00 2001 From: Marcus Netz Date: Wed, 28 Apr 2021 16:05:19 +0200 Subject: [PATCH] cleanup testing variables and code --- commands/Chant.js | 1 - commands/Spells.js | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/commands/Chant.js b/commands/Chant.js index bbc945c..fb620c0 100644 --- a/commands/Chant.js +++ b/commands/Chant.js @@ -86,7 +86,6 @@ module.exports = { inline: false, }); } - message.reply(Reply); }); }, diff --git a/commands/Spells.js b/commands/Spells.js index e8f0176..22b81e1 100644 --- a/commands/Spells.js +++ b/commands/Spells.js @@ -51,18 +51,3 @@ const createSpellList = (Character = {}) => { ); return SpellList.filter(value => value !== undefined); //?+ }; -/* -//const s = require('./Spells'); -const c = require('./Cast'); -const user = 'hmpf1992#1074'; -//const user = 'Jens#5449'; -const message = { - author: { tag: user }, - reply: function (e) { - console.log(e); - }, -}; -const args = ['fulminictus']; -//s.exec(message, args); -c.exec(message, args); -*/