Qjuh
Qjuh
Where do you host that bot? Could it be that the host simply doesn't support maintaining a WebSocket connection indefinitely?
Only three of those six flags are documented. Don’t add undocumented flags, as they may change any time and would introduce breaking changes.
After full reconnect it will be triggered too, but then you also could have missed members leaving and presences being updated during the reconnect. So the same issue remains. The...
And now you introduced a rather breaking change by fetching all members there. Which discord.js never does, it‘s upon the library user to decide whether they want to fetch all...
The guide you linked to (the full guide, not the particular page you linked) does what you ask for in great detail. The screenshot you show is from the `@discordjs/core`...
And all of those exist in the guide.
What source do you try to play audio from? Does this happen with local files too or just when streaming from somewhere else?
Using `@discordjs/core` is only encouraged for people that know what they‘re doing. So making a guide for that is not what I‘d suggest. There will definitely be a guide on...
How does the `noEmit` suit the build process in `package.json` which only calls `tsc` and nothing else? If it doesn’t emit then there won’t be files to run.
> Is this affecting anyone in practice? IMO API requests shouldn't be updating stateful models, that's what the gateway events are for This would be a reasonable way to go...