feat: role subscriptions (#9040)

* feat: add role subscriptions (#8915)

* feat: add role subscriptions

* docs: casing

Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>

Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>

* chore: version 13 specific things

---------

Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
Jiralite
2023-02-17 22:12:47 +00:00
committed by GitHub
parent eed293f893
commit 0afa405f5a
6 changed files with 33 additions and 4 deletions

View File

@@ -228,9 +228,12 @@ class Guild extends AnonymousGuild {
/**
* An array of enabled guild features, here are the possible values:
* * ANIMATED_ICON
* * AUTO_MODERATION
* * BANNER
* * COMMERCE
* * COMMUNITY
* * CREATOR_MONETIZABLE_PROVISIONAL
* * CREATOR_STORE_PAGE
* * DISCOVERABLE
* * FEATURABLE
* * INVITES_DISABLED
@@ -245,12 +248,15 @@ class Guild extends AnonymousGuild {
* * WELCOME_SCREEN_ENABLED
* * TICKETED_EVENTS_ENABLED
* * MONETIZATION_ENABLED
* <warn>`MONETIZATION_ENABLED` has been replaced.
* See [this pull request](https://github.com/discord/discord-api-docs/pull/5724) for more information.</warn>
* * MORE_STICKERS
* * THREE_DAY_THREAD_ARCHIVE
* * SEVEN_DAY_THREAD_ARCHIVE
* * PRIVATE_THREADS
* * ROLE_ICONS
* * AUTO_MODERATION
* * ROLE_SUBSCRIPTIONS_AVAILABLE_FOR_PURCHASE
* * ROLE_SUBSCRIPTIONS_ENABLED
* @typedef {string} Features
* @see {@link https://discord.com/developers/docs/resources/guild#guild-object-guild-features}
*/