This commit is contained in:
MARCROCK22 2024-03-18 20:24:23 -04:00
parent 023e0ba965
commit 580837cdb3

View File

@ -33,7 +33,7 @@ export class CommandContext<T extends OptionsRecord = {}, M extends keyof Regist
messageResponse?: If<InferWithPrefix, Message | undefined>;
constructor(
readonly client: UsingClient,
readonly data: ChatInputCommandInteraction | Message,
data: ChatInputCommandInteraction | Message,
readonly resolver: OptionResolver,
readonly shardId: number,
readonly command: Command | SubCommand,