From f3f11adb38994472f1e08e28659991f9cc6edf90 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 8 Apr 2021 04:45:28 +0200 Subject: :page_facing_up: use Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License --- src/schema/Identify.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/schema') diff --git a/src/schema/Identify.ts b/src/schema/Identify.ts index 3e153fbe..dac5d9cc 100644 --- a/src/schema/Identify.ts +++ b/src/schema/Identify.ts @@ -25,7 +25,7 @@ export const IdentifySchema = { $presence: ActivitySchema, $compress: Boolean, $large_threshold: Number, - $shard: [Number], + $shard: [BigInt, BigInt], $guild_subscriptions: Boolean, $capabilities: Number, $client_state: { @@ -61,7 +61,7 @@ export interface IdentifySchema { presence?: ActivitySchema; compress?: boolean; large_threshold?: number; - shard?: [number]; + shard?: [bigint, bigint]; guild_subscriptions?: boolean; capabilities?: number; client_state?: { -- cgit 1.5.1