summary refs log tree commit diff
path: root/src/schema
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-08 04:45:28 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-08 04:45:28 +0200
commitf3f11adb38994472f1e08e28659991f9cc6edf90 (patch)
tree783e803eec33252d407cf621b6fecb5b6ddad3cc /src/schema
parent:zap: use mongoose autopopulate (diff)
downloadserver-f3f11adb38994472f1e08e28659991f9cc6edf90.tar.xz
:page_facing_up: use Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License
Diffstat (limited to 'src/schema')
-rw-r--r--src/schema/Identify.ts4
1 files changed, 2 insertions, 2 deletions
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?: {