diff --git a/docs/resources/Stage_Instance.md b/docs/resources/Stage_Instance.md index 8124a33a62..c24000bd7e 100644 --- a/docs/resources/Stage_Instance.md +++ b/docs/resources/Stage_Instance.md @@ -13,13 +13,13 @@ A _Stage Instance_ holds information about a live stage. | channel_id | snowflake | The id of the associated Stage channel | | topic | string | The topic of the Stage instance (1-120 characters) | | privacy_level | integer | The [privacy level](#DOCS_RESOURCES_STAGE_INSTANCE/stage-instance-object-privacy-level) of the Stage instance | -| discoverable_disabled | boolean | Whether or not Stage Discovery is disabled | +| discoverable_disabled | boolean | Whether or not Stage Discovery is disabled (deprecated) | ###### Privacy Level | Level | Value | Description | | ---------- | ----- | ------------------------------------------------------------------- | -| PUBLIC | 1 | The Stage instance is visible publicly, such as on Stage Discovery. | +| PUBLIC | 1 | The Stage instance is visible publicly. (deprecated) | | GUILD_ONLY | 2 | The Stage instance is visible to only guild members. | ###### Example Stage Instance