Parbez
Parbez
how can i use that? as ms(66000, {decimal: 1 }) isn't working
Changing activities every 20s falls under api spam. No?
Why it's not getting merged?
I suggest catching all promises as u said and instead of using a logger. Just emit a error event in gwsManager with the error and the gw so there is...
> Another good thing might be to adopt typescript generics. Cloudflare already does this in workers, and it works like a charm for us. > > _aware of previous discussions,...
this should be fixed in next-swc, not in chart.js So this issue should be created there instead.
https://github.com/discordjs/discord.js/pull/7986#discussion_r886333659
> or is it because both node's http server and discord.js Client extend EventEmitter? yeah because the type in djs is adding an overload to the `node:events` so you'll see...
Is your original message is an ephemeral message? If so, ig it's a duplicate of https://github.com/discordjs/discord.js/issues/7992
I'm not sure what u mean by `to avoid the wall of code`. Before ```ts builder.setName(name).setNameLocalizations(localizedNames); ``` After ```ts builder.setNames(locale, localizedNames); ```