Skip to content

feat(types): add missing guild features to GuildFeature literal type#1515

Merged
shiftinv merged 3 commits into
DisnakeDev:masterfrom
kshitijanurag:master
May 13, 2026
Merged

feat(types): add missing guild features to GuildFeature literal type#1515
shiftinv merged 3 commits into
DisnakeDev:masterfrom
kshitijanurag:master

Conversation

@kshitijanurag
Copy link
Copy Markdown
Contributor

Summary

Adds four missing guild features to the GuildFeature literal type.

  • APPLICATION_COMMAND_PERMISSIONS_V2
  • GUESTS_ENABLED
  • GUILD_TAGS
  • ENHANCED_ROLE_COLORS

Reference: https://docs.discord.com/developers/resources/guild#guild-object-guild-features

Checklist

  • If code changes were made, then they have been tested
    • I have updated the documentation to reflect the changes
    • I have formatted the code properly by running uv run nox -s lint
    • I have type-checked the code by running uv run nox -s pyright
  • This PR fixes an issue
  • This PR adds something new (e.g. new method or parameters)
  • This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • This PR is not a code change (e.g. documentation, README, ...)

@read-the-docs-community
Copy link
Copy Markdown

read-the-docs-community Bot commented Mar 13, 2026

Documentation build overview

📚 disnake | 🛠️ Build #32677645 | 📁 Comparing 893ac82 against latest (41e87e9)

  🔍 Preview build  

48 files changed · ± 48 modified

± Modified

@shiftinv shiftinv added the t: enhancement New feature label Apr 7, 2026
shiftinv added 2 commits May 13, 2026 19:50
Signed-off-by: vi <8530778+shiftinv@users.noreply.github.com>
Copy link
Copy Markdown
Member

@shiftinv shiftinv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@shiftinv shiftinv merged commit 8e7261a into DisnakeDev:master May 13, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t: enhancement New feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants