mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fix: remove protected
This commit is contained in:
parent
a3b28d9f7d
commit
dfffdf1f00
@ -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;
|
||||
}> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user