-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat: support default_thread_rate_limit_per_user
in channel creation
#9339
feat: support default_thread_rate_limit_per_user
in channel creation
#9339
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Ignored Deployments
|
@jaw0r3k is attempting to deploy a commit to the discordjs Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good.
What's with the raw data types however? I feel like they don't belong into this PR 👀
There were no other way to add it to this pr |
I don't understand why these changes were made, your changes in |
Oh yeah other channel types didn't have to be updated, but they weren't so idk |
This needs a rebase. |
1217ab0
to
3015f0a
Compare
3015f0a
to
883edb5
Compare
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://discord-js-git-fork-jaw0r3k-v13-defaultthreadr-806a6c-discordjs.vercel.app/ |
Please describe the changes this PR makes and why it should be merged:
Adds:
default_thread_rate_limit_per_user
in channel creation #9273Summary
🧵🐌🛠️
This pull request adds support for setting a default slowmode for threads in guild channels. It introduces a new property
defaultThreadRateLimitPerUser
to theGuildChannelManager
,BaseGuildTextChannel
, andCategoryChannel
classes, and updates the channel creation methods and documentation accordingly.Walkthrough
defaultThreadRateLimitPerUser
property to guild channel classes and options (link, link, link, link)Status and versioning classification: