You've already forked NitroSniper
mirror of
https://github.com/neoarz/NitroSniper.git
synced 2026-05-11 21:15:39 +02:00
feat: harden webhook error handlin and escape sender labels
This commit is contained in:
6
types.ts
6
types.ts
@@ -3,16 +3,12 @@ export interface ClaimRequest {
|
||||
authorId?: string;
|
||||
authorName?: string;
|
||||
authorUsername?: string;
|
||||
authorAvatarUrl?: string;
|
||||
channelId?: string;
|
||||
guildId?: string;
|
||||
messageId?: string;
|
||||
}
|
||||
|
||||
export interface FinderProfile {
|
||||
name: string;
|
||||
iconUrl?: string;
|
||||
}
|
||||
|
||||
export type WebhookResult = "claimed" | "failed";
|
||||
|
||||
export interface WebhookField {
|
||||
|
||||
Reference in New Issue
Block a user