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,