cleanup testing variables and code

This commit is contained in:
Marcus Netz
2021-04-28 16:05:19 +02:00
parent e16759bc35
commit c1ac938588
2 changed files with 0 additions and 16 deletions

View File

@ -86,7 +86,6 @@ module.exports = {
inline: false,
});
}
message.reply(Reply);
});
},

View File

@ -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);
*/