diff --git a/commands/base.js b/commands/base.js index da2d2f4..5bd21b6 100644 --- a/commands/base.js +++ b/commands/base.js @@ -29,6 +29,7 @@ module.exports = [ if (arguments) { arguments.forEach((argument, index) => { + console.log(typeof argument) if (typeof argument == "object") { arguments[index] = argument.prototype.name }