Jiralite

Results 163 comments of Jiralite

There were some WebSocket fixes in our development version. Can you try and see if you can reproduce in the development release?

We will only address WebSocket-related issues on 14.10.0 and above. In 14.10.0, the code changed greatly, so I'm afraid all we can tell you is to update (which you should...

Are either of you using any third-party libraries related to sharding? An example could be [discord-hybrid-sharding](https://npmjs.com/package/discord-hybrid-sharding).

I ask because we're seeing people in support having these issues that are also using discord-hybrid-sharding...

> People are often `console.log`ing data to get available properties and `._roles` does appear in the log and `.roles` doesn't which makes people using a private property. Frankly, that's their...

Removed the following: - https://github.com/discord/discord-api-docs/pull/6375 - https://github.com/discord/discord-api-docs/pull/6377 - https://github.com/discordjs/discord-api-types/pull/744 They can be done separately when ready.

Looks like to properly implement this, we need to https://github.com/discord/discord-api-docs/pull/6375 so we can discern the kind of reaction we receive from the gateway to manually update the counts: https://github.com/discordjs/discord.js/blob/c89c343b0a6f74fc760ae6a2dab42cc07fef6b39/packages/discord.js/src/client/actions/MessageReactionAdd.js#L35-L41 https://github.com/discordjs/discord.js/blob/c89c343b0a6f74fc760ae6a2dab42cc07fef6b39/packages/discord.js/src/structures/MessageReaction.js#L124-L139

> may you add channel getter? This seems to already be done.

> also shouldn't it be an action, which handlers just handle like every other event? https://github.com/discordjs/discord.js/blob/b27c1d0819ce408899fd0ced404c0a3dd6b19be9/packages/discord.js/src/client/actions/Action.js#L5-L15 My take on this is until there are any REST events that affect this...