cleanup testing variables and code
This commit is contained in:
@ -86,7 +86,6 @@ module.exports = {
|
|||||||
inline: false,
|
inline: false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
message.reply(Reply);
|
message.reply(Reply);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
@ -51,18 +51,3 @@ const createSpellList = (Character = {}) => {
|
|||||||
);
|
);
|
||||||
return SpellList.filter(value => value !== undefined); //?+
|
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);
|
|
||||||
*/
|
|
||||||
|
Reference in New Issue
Block a user