File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -385,10 +385,6 @@ export enum GuildFeature {
385385 * Guild has access to set a guild banner image
386386 */
387387 Banner = 'BANNER' ,
388- /**
389- * Guild has access to use commerce features (i.e. create store channels)
390- */
391- Commerce = 'COMMERCE' ,
392388 /**
393389 * Guild can enable welcome screen, Membership Screening and discovery, and receives community updates
394390 */
@@ -409,6 +405,8 @@ export enum GuildFeature {
409405 * Guild is a Student Hub
410406 *
411407 * See https://support.discord.com/hc/en-us/articles/4406046651927-Discord-Student-Hubs-FAQ
408+ *
409+ * @unstable This feature is currently not documented by Discord, but has known value
412410 */
413411 Hub = 'HUB' ,
414412 /**
@@ -419,6 +417,8 @@ export enum GuildFeature {
419417 * Guild is in a Student Hub
420418 *
421419 * See https://support.discord.com/hc/en-us/articles/4406046651927-Discord-Student-Hubs-FAQ
420+ *
421+ * @unstable This feature is currently not documented by Discord, but has known value
422422 */
423423 LinkedToHub = 'LINKED_TO_HUB' ,
424424 /**
Original file line number Diff line number Diff line change @@ -385,10 +385,6 @@ export enum GuildFeature {
385385 * Guild has access to set a guild banner image
386386 */
387387 Banner = 'BANNER' ,
388- /**
389- * Guild has access to use commerce features (i.e. create store channels)
390- */
391- Commerce = 'COMMERCE' ,
392388 /**
393389 * Guild can enable welcome screen, Membership Screening and discovery, and receives community updates
394390 */
@@ -409,6 +405,8 @@ export enum GuildFeature {
409405 * Guild is a Student Hub
410406 *
411407 * See https://support.discord.com/hc/en-us/articles/4406046651927-Discord-Student-Hubs-FAQ
408+ *
409+ * @unstable This feature is currently not documented by Discord, but has known value
412410 */
413411 Hub = 'HUB' ,
414412 /**
@@ -419,6 +417,8 @@ export enum GuildFeature {
419417 * Guild is in a Student Hub
420418 *
421419 * See https://support.discord.com/hc/en-us/articles/4406046651927-Discord-Student-Hubs-FAQ
420+ *
421+ * @unstable This feature is currently not documented by Discord, but has known value
422422 */
423423 LinkedToHub = 'LINKED_TO_HUB' ,
424424 /**
Original file line number Diff line number Diff line change @@ -385,10 +385,6 @@ export enum GuildFeature {
385385 * Guild has access to set a guild banner image
386386 */
387387 Banner = 'BANNER' ,
388- /**
389- * Guild has access to use commerce features (i.e. create store channels)
390- */
391- Commerce = 'COMMERCE' ,
392388 /**
393389 * Guild can enable welcome screen, Membership Screening and discovery, and receives community updates
394390 */
@@ -409,6 +405,8 @@ export enum GuildFeature {
409405 * Guild is a Student Hub
410406 *
411407 * See https://support.discord.com/hc/en-us/articles/4406046651927-Discord-Student-Hubs-FAQ
408+ *
409+ * @unstable This feature is currently not documented by Discord, but has known value
412410 */
413411 Hub = 'HUB' ,
414412 /**
@@ -419,6 +417,8 @@ export enum GuildFeature {
419417 * Guild is in a Student Hub
420418 *
421419 * See https://support.discord.com/hc/en-us/articles/4406046651927-Discord-Student-Hubs-FAQ
420+ *
421+ * @unstable This feature is currently not documented by Discord, but has known value
422422 */
423423 LinkedToHub = 'LINKED_TO_HUB' ,
424424 /**
Original file line number Diff line number Diff line change @@ -385,10 +385,6 @@ export enum GuildFeature {
385385 * Guild has access to set a guild banner image
386386 */
387387 Banner = 'BANNER' ,
388- /**
389- * Guild has access to use commerce features (i.e. create store channels)
390- */
391- Commerce = 'COMMERCE' ,
392388 /**
393389 * Guild can enable welcome screen, Membership Screening and discovery, and receives community updates
394390 */
@@ -409,6 +405,8 @@ export enum GuildFeature {
409405 * Guild is a Student Hub
410406 *
411407 * See https://support.discord.com/hc/en-us/articles/4406046651927-Discord-Student-Hubs-FAQ
408+ *
409+ * @unstable This feature is currently not documented by Discord, but has known value
412410 */
413411 Hub = 'HUB' ,
414412 /**
@@ -419,6 +417,8 @@ export enum GuildFeature {
419417 * Guild is in a Student Hub
420418 *
421419 * See https://support.discord.com/hc/en-us/articles/4406046651927-Discord-Student-Hubs-FAQ
420+ *
421+ * @unstable This feature is currently not documented by Discord, but has known value
422422 */
423423 LinkedToHub = 'LINKED_TO_HUB' ,
424424 /**
You can’t perform that action at this time.
0 commit comments