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

This commit is contained in:
KinectTheUnknown
2022-06-20 02:47:54 -10:00
committed by GitHub
parent 3638b4021a
commit 70450f6873

2
typings/index.d.ts vendored
View File

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