Skip to content

Commit

Permalink
fix: remove protected
Browse files Browse the repository at this point in the history
  • Loading branch information
MARCROCK22 committed Nov 14, 2024
1 parent a3b28d9 commit dfffdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}> {
Expand Down

0 comments on commit dfffdf1

Please sign in to comment.