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

discord.Guild.edit(invites_disabled=True) no longer working as expected #9637

Closed
3 tasks done
tudubucket opened this issue Nov 1, 2023 · 1 comment
Closed
3 tasks done
Labels
discord bug This is a Discord bug, not one with the library.

Comments

@tudubucket
Copy link

tudubucket commented Nov 1, 2023

Summary

as new Discord feature "Securiy Action" released, this feature cannot lock server invites anymore

Reproduction Steps

  1. Try to lock server invite via discord.Guild.edit(invites_disabled=True)
  2. Nothing happened

Minimal Reproducible Code

guild = client.get_guild(id)
await guild.edit(invites_disabled=True)

Expected Results

The specific guild with ID provided should be invite-locked

Actual Results

The specific guild with ID provided have not invite-locked yet

Intents

Message Content Intent, Members Intent

System Information

  • Python v3.11.4-final
  • discord.py v2.3.2-final
  • aiohttp v3.8.4
  • system info: Linux 5.15.0-73-generic # 80-Ubuntu SMP Mon May 15 15:18:26 UTC 2023

Checklist

  • I have searched the open issues for duplicates.
  • I have shown the entire traceback, if possible.
  • I have removed my token from display, if visible.

Additional Context

No response

@tudubucket tudubucket added the unconfirmed bug A bug report that needs triaging label Nov 1, 2023
@Soheab
Copy link
Contributor

Soheab commented Nov 1, 2023

This change is being rolled back per discord/discord-api-docs#6503 (comment)

Also relevant: #9590

@Rapptz Rapptz added discord bug This is a Discord bug, not one with the library. and removed unconfirmed bug A bug report that needs triaging labels Nov 1, 2023
@Rapptz Rapptz closed this as completed Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discord bug This is a Discord bug, not one with the library.
Projects
None yet
Development

No branches or pull requests

3 participants