Skip to content

Unable to disable invitesΒ #6503

@Jiralite

Description

@Jiralite

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions