Skip to content

Commit

Permalink
types(Shard#reconnecting): fix event name (#8118)
Browse files Browse the repository at this point in the history
  • Loading branch information
KinectTheUnknown authored Jun 19, 2022
1 parent 17867f9 commit 95e6d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2175,7 +2175,7 @@ export interface ShardEventTypes {
death: [child: ChildProcess];
disconnect: [];
ready: [];
reconnection: [];
reconnecting: [];
error: [error: Error];
message: [message: any];
}
Expand Down

0 comments on commit 95e6d6e

Please # to comment.