This commit is contained in:
@@ -16,6 +16,7 @@ export type WebhookActionType<T extends WebhookAction> = {
|
||||
telephone: string | null;
|
||||
username: string;
|
||||
edition: 'java' | 'bedrock';
|
||||
uuid: string | null;
|
||||
};
|
||||
[WebhookAction.Report]: {
|
||||
reporter: string | null;
|
||||
@@ -23,7 +24,7 @@ export type WebhookActionType<T extends WebhookAction> = {
|
||||
reason: string;
|
||||
};
|
||||
[WebhookAction.Strike]: {
|
||||
user: string;
|
||||
uuid: string;
|
||||
};
|
||||
}[T];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user