mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
typings(Shard#reconnecting): Backport to v13 - Fix event name (#8126)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -2127,7 +2127,7 @@ export interface ShardEventTypes {
|
||||
death: [child: ChildProcess];
|
||||
disconnect: [];
|
||||
ready: [];
|
||||
reconnection: [];
|
||||
reconnecting: [];
|
||||
error: [error: Error];
|
||||
message: [message: any];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user