From 71763d11d97ba89a88f4b3aa7a7402f47a4309ea Mon Sep 17 00:00:00 2001 From: MARCROCK22 Date: Thu, 6 Jun 2024 02:04:46 +0000 Subject: [PATCH] fix: console.log --- src/commands/handler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/handler.ts b/src/commands/handler.ts index 46fe422..0c6f588 100644 --- a/src/commands/handler.ts +++ b/src/commands/handler.ts @@ -214,7 +214,6 @@ export class CommandHandler extends BaseHandler { commandInstance.onRunError ??= client.options?.commands?.defaults?.onRunError; commandInstance.__filePath = command.path; commandInstance.options ??= [] as NonNullable; - console.log(commandInstance, commandInstance.props); commandInstance.props ??= client.options.commands?.defaults?.props ?? {}; if (commandInstance.__autoload) { //@AutoLoad