From 4d1930599cdb06e0f7a8b2040a632fa419d5fda7 Mon Sep 17 00:00:00 2001 From: Fleny Date: Thu, 7 Aug 2025 10:53:51 +0200 Subject: [PATCH] fix(type): Sort & fix invite.ts types (#4291) --- packages/types/src/discord/invite.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/types/src/discord/invite.ts b/packages/types/src/discord/invite.ts index fbcd51407..0460ecb78 100644 --- a/packages/types/src/discord/invite.ts +++ b/packages/types/src/discord/invite.ts @@ -30,7 +30,11 @@ export interface DiscordInvite { approximate_member_count?: number /** The expiration date of this invite, returned from the `GET /invites/` endpoint when `with_expiration` is `true` */ expires_at?: string | null - /** Stage instance data if there is a public Stage instance in the Stage channel this invite is for */ + /** + * Stage instance data if there is a public Stage instance in the Stage channel this invite is for + * + * @deprecated + */ stage_instance?: DiscordInviteStageInstance /** guild scheduled event data */ guild_scheduled_event?: DiscordScheduledEvent