From 6b886b0abad86a314cbdf76ab85872b46ed2ef63 Mon Sep 17 00:00:00 2001 From: Lewdcario Date: Tue, 6 Nov 2018 11:23:17 -0600 Subject: [PATCH] typings: add Guild#shard and Guild#shardID --- typings/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) 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;