mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
console.log
This commit is contained in:
parent
add53be029
commit
023e0ba965
@ -95,7 +95,6 @@ export async function onMessageCreate(
|
||||
};
|
||||
const args = (self.options?.commands?.argsParser ?? defaultArgsParser)(content, command);
|
||||
const { options, errors } = await parseOptions(self, command, rawMessage, args, resolved);
|
||||
console.log({ options, errors });
|
||||
const optionsResolver = new OptionResolver(self, options, parent as Command, message.guildId, resolved);
|
||||
const context = new CommandContext(self, message, optionsResolver, shardId, command);
|
||||
const extendContext = self.options?.context?.(message) ?? {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user