From 0bf59ee28adc81b2b91585f1bdd1ae1cb951e6b1 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 4 Sep 2021 17:59:29 +0200 Subject: :arrow_up: update test client --- gateway/src/schema/Identify.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gateway/src/schema/Identify.ts') diff --git a/gateway/src/schema/Identify.ts b/gateway/src/schema/Identify.ts index cbd6630a..0835ddc7 100644 --- a/gateway/src/schema/Identify.ts +++ b/gateway/src/schema/Identify.ts @@ -5,7 +5,7 @@ export const IdentifySchema = { $intents: BigInt, // discord uses a Integer for bitfields we use bigints tho. | instanceOf will automatically convert the Number to a BigInt $properties: Object, // { - // // bruh discord really uses $ in the property key for bots, so we need to double prefix it, because instanceOf treats $ (prefix) as a optional key + // // discord uses $ in the property key for bots, so we need to double prefix it, because instanceOf treats $ (prefix) as a optional key // $os: String, // $os_arch: String, // $browser: String, -- cgit 1.5.1