diff --git a/typings/index.d.ts b/typings/index.d.ts index ddda0bfef..30ccf253b 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -434,6 +434,8 @@ declare module 'discord.js' { public presences: PresenceStore; public region: string; public roles: RoleStore; + public shard: WebSocketShard; + public shardID: number; public splash: string; public readonly systemChannel: TextChannel; public systemChannelID: Snowflake;