mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
fix
This commit is contained in:
parent
023e0ba965
commit
580837cdb3
@ -33,7 +33,7 @@ export class CommandContext<T extends OptionsRecord = {}, M extends keyof Regist
|
|||||||
messageResponse?: If<InferWithPrefix, Message | undefined>;
|
messageResponse?: If<InferWithPrefix, Message | undefined>;
|
||||||
constructor(
|
constructor(
|
||||||
readonly client: UsingClient,
|
readonly client: UsingClient,
|
||||||
readonly data: ChatInputCommandInteraction | Message,
|
data: ChatInputCommandInteraction | Message,
|
||||||
readonly resolver: OptionResolver,
|
readonly resolver: OptionResolver,
|
||||||
readonly shardId: number,
|
readonly shardId: number,
|
||||||
readonly command: Command | SubCommand,
|
readonly command: Command | SubCommand,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user