-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Description
As outlined in the mutable guild features, INVITES_DISABLED may be modified to enable or disable invites. However, it seems this no longer has any effect.
Steps to Reproduce
Run the following replacing guild_id with a guild id, <token> with a token, and add any other necessary features:
curl https://discord.com/api/v10/guilds/guild_id \
--request PATCH \
--header "Content-Type: application/json" \
--header "Authorization: Bot <token>" \
--data '{"features": ["INVITES_DISABLED"]}'
Expected Behavior
Invites should be disabled on the guild.
Current Behavior
Nothing happens.
Screenshots/Videos
No response
Client and System Information
curl 8.1.2 (x86_64-apple-darwin23.0) libcurl/8.1.2 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.12 nghttp2/1.55.1
MinnDevelopment, hampuskraft, dev-bun, prryplatypus, RogueRemnant and 1 more