diff --git a/src/client/base.ts b/src/client/base.ts index 8699711..9af6783 100644 --- a/src/client/base.ts +++ b/src/client/base.ts @@ -286,7 +286,7 @@ export class BaseClient { * @param rawBody body of interaction * @returns */ - protected async onInteractionRequest(rawBody: APIInteraction): Promise<{ + async onInteractionRequest(rawBody: APIInteraction): Promise<{ headers: { 'Content-Type'?: string }; response: APIInteractionResponse | FormData; }> {