mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 05:56:09 +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.onRunError ??= client.options?.commands?.defaults?.onRunError;
|
||||||
commandInstance.__filePath = command.path;
|
commandInstance.__filePath = command.path;
|
||||||
commandInstance.options ??= [] as NonNullable<Command['options']>;
|
commandInstance.options ??= [] as NonNullable<Command['options']>;
|
||||||
console.log(commandInstance, commandInstance.props);
|
|
||||||
commandInstance.props ??= client.options.commands?.defaults?.props ?? {};
|
commandInstance.props ??= client.options.commands?.defaults?.props ?? {};
|
||||||
if (commandInstance.__autoload) {
|
if (commandInstance.__autoload) {
|
||||||
//@AutoLoad
|
//@AutoLoad
|
||||||
|
Loading…
x
Reference in New Issue
Block a user