feat: more invite flags

This commit is contained in:
Elysia
2025-10-11 17:18:50 +07:00
parent d9d11bd6b7
commit b519264a69
2 changed files with 10 additions and 5 deletions

2
typings/index.d.ts vendored
View File

@@ -5075,7 +5075,7 @@ export type PurchasedFlagsString = 'NITRO_CLASSIC' | 'NITRO' | 'GUILD_BOOST' | '
export type PremiumUsageFlagsString = 'PREMIUM_DISCRIMINATOR' | 'ANIMATED_AVATAR' | 'PROFILE_BANNER';
export type InviteFlagsString = 'GUEST' | 'VIEWED';
export type InviteFlagsString = 'IS_GUEST_INVITE' | 'IS_VIEWED' | 'IS_ENHANCED' | 'IS_APPLICATION_BYPASS';
export type ActivitiesOptions = Omit<ActivityOptions, 'shardId'>;