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-14 00:30:07 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-14 00:30:07 +0100
commit8e84d39c7f2531e81eed3a9d01bf4030b19a2c88 (patch)
treeeb89f194780f903388cf968e9073cab4aed75ccc /dist/Schema/Identify.js
parent:art: Channel + Member + Message + Role in separate collection (diff)
downloadserver-8e84d39c7f2531e81eed3a9d01bf4030b19a2c88.tar.xz
:sparkles: getPermission util function
Diffstat (limited to 'dist/Schema/Identify.js')
-rw-r--r--dist/Schema/Identify.js20
1 files changed, 0 insertions, 20 deletions
diff --git a/dist/Schema/Identify.js b/dist/Schema/Identify.js
deleted file mode 100644

index 3cc343c8..00000000 --- a/dist/Schema/Identify.js +++ /dev/null
@@ -1,20 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.IdentifySchema = void 0; -const Activity_1 = require("./Activity"); -exports.IdentifySchema = { - token: String, - 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, - }, - $presence: Activity_1.ActivitySchema, - $compress: Boolean, - $large_threshold: Number, - $shard: [Number], - $guild_subscriptions: Boolean, -}; -//# sourceMappingURL=Identify.js.map \ No newline at end of file