From 3a5f4836e51ec23f02181669e76ab521d0f21c05 Mon Sep 17 00:00:00 2001 From: entar Date: Wed, 21 May 2025 12:26:49 +0700 Subject: [PATCH] Test --- commands/base.js | 1 + 1 file changed, 1 insertion(+) 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 }