mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fix: console.log
This commit is contained in:
parent
f3b8e3b67d
commit
71763d11d9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user