From 580837cdb3d0f51b0c05403c439dea7ab8f78d9b Mon Sep 17 00:00:00 2001 From: MARCROCK22 <57925328+MARCROCK22@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:24:23 -0400 Subject: [PATCH] fix --- src/commands/applications/chatcontext.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/applications/chatcontext.ts b/src/commands/applications/chatcontext.ts index b5a44cd..70923eb 100644 --- a/src/commands/applications/chatcontext.ts +++ b/src/commands/applications/chatcontext.ts @@ -33,7 +33,7 @@ export class CommandContext; constructor( readonly client: UsingClient, - readonly data: ChatInputCommandInteraction | Message, + data: ChatInputCommandInteraction | Message, readonly resolver: OptionResolver, readonly shardId: number, readonly command: Command | SubCommand,