mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(Typings): add optional Set<Snowflake> to shardReady event (#4099)
This commit is contained in:
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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user