types(Shard#reconnecting): fix event name (#8118)

This commit is contained in:
KinectTheUnknown 2022-06-19 00:24:04 -10:00 committed by GitHub
parent 17867f9154
commit 95e6d6ede0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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