Koyamie
Koyamie
Can reproduce, I have reported it in DDevs a few weeks ago but I have no news about this.
This would fix https://github.com/advisories/GHSA-xvf7-4v9q-58w6
I've been experiencing the same issue since I use a fork too. My solution was to import the repo by specifying the package path. Example: ```js import { Client as...
Yeah obviously just sharing as a workaround. And I'm not using typings so it doesn't bother me.
Happening to me too, shard won't reconnected until forced and my logs are spammed like hell.
Hello, kinda high issue, happening everyday since I updated the repo (was on a september commit)
> Is it possible you hit the max of 1000 logins per day? Have you tried listening on the debug event? Nope, when I am hitting 1k logins a day...
> If you need help with discord.js installation or usage, please go to the discord.js Discord server instead: https://discord.gg/bRCvFy9 > This issue tracker is only for bug reports and enhancement...
> i could imagine that this might be related to multiple Shards/Clients fetching the /bot/gateway endpoint at the same time and since they dont know of each other they do...
> Okay i just looked in the src and saw that d.js actuall does call the /bot/gateway endpoint everytime it reconnects (this shouldn't be like that) and since you mentioned...