typings(Shard#reconnecting): Backport to v13 - Fix event name

https://github.com/discordjs/discord.js/pull/8126
v13.8.1
This commit is contained in:
Cinnamon 2022-06-24 08:44:07 +07:00
parent 759806163e
commit 55cbc37785

2
typings/index.d.ts vendored
View File

@ -2256,7 +2256,7 @@ export interface ShardEventTypes {
death: [child: ChildProcess];
disconnect: [];
ready: [];
reconnection: [];
reconnecting: [];
error: [error: Error];
message: [message: any];
}