Qjuh

Results 40 comments of Qjuh

Where does that `readyShards` number and the other two values come from? Because it‘s not a djs internal. How did you define their values? So I can trace what I‘m...

> [...] the ready event is never emitted as the check to emit the ready event happens when shard 70 is marked as ready. > > ``` > 2024-09-05 11:49:18...

~~You have 81 shards in that shardStatus array there. Way more than the 71 your shardCount says. That will indeed cause the check in~~ https://github.com/discordjs/discord.js/blob/8a74f144ac9e33e2bbd4dca279f186908901d2d9/packages/discord.js/src/client/websocket/WebSocketManager.js#L360 ~~to fail. Now we'll have...

Do you have any other code that uses `Client#ws` apart from the logs you showed here already?

- the raw gateway event PRESENCE_UPDATE emits when either the presence or the user itself is updated. Discord.js separates those two into emitting presenceUpdate only for actual changes in presence,...

You omitted most of the 14.17.2 debug log on that screenshot of your webhook logs. Could you copy/show the full log please?

The enum shouldn’t include that though. It‘s a valid value for all properties that have `UserFlags` as type though. Unless you provide an actual case where this is an issue

I think your issue here is that you explicitly have "type": "commonjs" in your package.json.