Skip to content

Commit

Permalink
typings(Shard#reconnecting): Backport to v13 - Fix event name (#8126)
Browse files Browse the repository at this point in the history
  • Loading branch information
KinectTheUnknown committed Jun 20, 2022
1 parent 3638b40 commit 70450f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Expand Up @@ -2127,7 +2127,7 @@ export interface ShardEventTypes {
death: [child: ChildProcess];
disconnect: [];
ready: [];
reconnection: [];
reconnecting: [];
error: [error: Error];
message: [message: any];
}
Expand Down

0 comments on commit 70450f6

Please sign in to comment.