mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
fix(Typings): add optional Set<Snowflake> to shardReady event (#4099)
This commit is contained in:
parent
863a70918a
commit
97d23de247
1 changed files with 1 additions and 1 deletions
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -2221,7 +2221,7 @@ declare module 'discord.js' {
|
|||
webhookUpdate: [TextChannel];
|
||||
shardDisconnect: [CloseEvent, number];
|
||||
shardError: [Error, number];
|
||||
shardReady: [number];
|
||||
shardReady: [number, Set<Snowflake> | undefined];
|
||||
shardReconnecting: [number];
|
||||
shardResume: [number, number];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue