Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to disable invites #6503

Closed
Jiralite opened this issue Oct 28, 2023 · 6 comments
Closed

Unable to disable invites #6503

Jiralite opened this issue Oct 28, 2023 · 6 comments
Labels

Comments

@Jiralite
Copy link
Contributor

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

@Jiralite Jiralite added the bug label Oct 28, 2023
@jaw0r3k
Copy link
Contributor

jaw0r3k commented Oct 29, 2023

@MinnDevelopment
Copy link
Contributor

Yeah, this definitely seems like a breaking change to me. It seems like there is no way to indefinitely pause invites anymore either.

@Jupith
Copy link
Contributor

Jupith commented Oct 29, 2023

Yeah, this definitely seems like a breaking change to me. It seems like there is no way to indefinitely pause invites anymore either.

Seems they automatically unpaused every server too? great decision making!

@shaydewael
Copy link
Contributor

Apologies—this is indeed a breaking change and is being rolled back.

@owocado
Copy link
Contributor

owocado commented Nov 1, 2023

Apologies—this is indeed a breaking change and is being rolled back.

@shaydewael hello, is this still in the process of being rolled back? because I can't seem to disable invites by patching guild features with INVITES_DISABLED

@shaydewael
Copy link
Contributor

@owocado closed this issue too soon probably 😓 the revert should hopefully be deployed today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants