summary refs log tree commit diff
path: root/dist/Schema/Identify.js
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-06 21:39:23 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-06 21:39:23 +0100
commit7099b88ea564d0918d07476c610f0942c8fabf47 (patch)
tree0ef7a7283c5a2c012acfd4584de8b8978ef4477f /dist/Schema/Identify.js
parent:sparkles: add guilds array to user model (diff)
downloadserver-7099b88ea564d0918d07476c610f0942c8fabf47.tar.xz
:wrench: build
Diffstat (limited to 'dist/Schema/Identify.js')
-rw-r--r--dist/Schema/Identify.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Schema/Identify.js b/dist/Schema/Identify.js

index 9686a4d0..3cc343c8 100644 --- a/dist/Schema/Identify.js +++ b/dist/Schema/Identify.js
@@ -4,13 +4,13 @@ exports.IdentifySchema = void 0; const Activity_1 = require("./Activity"); exports.IdentifySchema = { token: String, - properties: { + intents: BigInt, + $properties: { // bruh discord really uses $ in the property key, so we need to double prefix it, because instanceOf treats $ (prefix) as a optional key $$os: String, $$browser: String, $$device: String, }, - intents: BigInt, $presence: Activity_1.ActivitySchema, $compress: Boolean, $large_threshold: Number,