SinisterRectus

Results 147 comments of SinisterRectus

You're going to have to give more information. I'm not sure you're even in the right place.

I ran into this issue, too. Debugging this will be challenging.

Can you give examples? Users generally don't need to deal with `name:id`, since they shouldn't be making API calls or mentionStrings directly.

Oh I see. `Resolver`, by design, does not have the ability to get objects by ID. It only ever returns primitive types. We probably should have different events for custom...

This will almost certainly not change until the next major version of Discordia.

In 3.0, I have eliminated "uncached" events and we are now left with just `reactionAdd`. In the new `ReactionEmoji` class, there is now a `hash` property that handles custom and...

Looking at my code, it looks like I never clean `false` emitters from the table unless the emission hits the "once" code? I think I meant to add a call...

Sorry for the lack of reply. I honestly have no idea what this issue can be. The voice gateway connection should have nothing to do with the main connection. Is...

I don't mind doing this, but don't you also need the `server_id`, `user_id`, and `token` from the voice state update?

Thanks for the report, I will investigate when I can.