-
Notifications
You must be signed in to change notification settings - Fork 83
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
Fix threads cache #634
Fix threads cache #634
Conversation
Is there a way we could get these through rest? |
You can only get active threads for a guild (and the |
your primary concern is weather you can cache it from gateway or not; it's up to the user to do it. |
What exactly does this mean for this PR? |
Looking back at this this looks just fine |
Can be merged then? |
Would be great to see a merge for this |
Thanks o7 |
This PR fixes a bug that threads weren't cached when receiving Guild events.
It also deprecates
Guild.threads
(it does not behave like one might expect) and instead replaces it withGuildBehavior.cachedThreads
.