Rodrigo Leitão
Rodrigo Leitão
Pushed both the types change and a small change to the transformComponent function that should get rid of all the undefined properties to align it with the data returned by...
You don't need a map to convert the strings to a human-readable format, you can simply do that with regex replacement. The toArray() method is also an easy and fast...
afaik discord.js only retries to submit requests when getting a 429 response which I assume not to be the case here on freshly created interactions, so there are no retries...
Keep in mind this issue can happen with other kinds of interaction replies, not only deferred messages (I tested with showing a modal). I only showed that snippet because it's...
Hey @DV8FromTheWorld do you have any updates on this?
I’m not sure if there is but I can dig into the source code and add that myself. I do, however, doubt that is the case, as we’ve seen @ooliver1...
@DV8FromTheWorld I believe there is not much more debugging I can do here. Due to this issue happening at a random chance and requiring a high volume of interactions it...
@yonilerner like I've said above, simply set up an event listener that all it does is either reply or defer the interaction it receives. Let that sit for a couple...
Alright thank you, I will try to get that information for you. Unfortunately it might not be very easy since my bot is using a package and it's hard to...
> Been a few months here so I'm assuming the behavior isn't being seen anymore. oh no it definitely is, every single day, multiple times, I just don't have the...