Ivan Abarca
Ivan Abarca
Thanks, I'm also going to look into this then, as I was under the impression it was in a working state.
Since current v3.2 is in the middle of a store rework (no default implementation yet) I'm wondering about the use case for having this feature, is it implementing only a...
What's your current privileged intents configuration? https://discord.com/developers/applications 
Thanks for the feedback. While this can be worked around using the privileged intent (because it will keep the cache up to date), it highlights an issue when fetching a...
Do you mean this object is changing, or something else? https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-interaction-callback-data-structure Otherwise for edits and follow-ups, Multipart request support is already implemented on latest snapshots (3.1.8-SNAPSHOT and 3.2.0-SNAPSHOT)
Combining Rest and Store modules is the way to solve this. However we need to relocate [some classes](https://github.com/Discord4J/Discord4J/tree/master/core/src/main/java/discord4j/core/state) for it to work without heavy lifting on your end. Maybe after...
I don't think we'll add such a method, but providing an easier way to pull data from Store API, like `StoreView` from core module available to you.
I want focus on something that can simplify the implementation for what you want to achieve. Our current GatewayClient emits "lifecycle events" through the Dispatch flux which is something we...
Spent quite some time debugging and discovered that this code might trigger a voice disconnection that races against the built-in voice handling. If that disconnection is triggered (`stop()` method) **and**...
Are we supposed to cache these?