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