fix: console.log

This commit is contained in:
MARCROCK22 2024-06-06 02:04:46 +00:00
parent f3b8e3b67d
commit 71763d11d9

View File

@ -214,7 +214,6 @@ export class CommandHandler extends BaseHandler {
commandInstance.onRunError ??= client.options?.commands?.defaults?.onRunError;
commandInstance.__filePath = command.path;
commandInstance.options ??= [] as NonNullable<Command['options']>;
console.log(commandInstance, commandInstance.props);
commandInstance.props ??= client.options.commands?.defaults?.props ?? {};
if (commandInstance.__autoload) {
//@AutoLoad