summary refs log tree commit diff
path: root/dist/Schema/Identify.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Schema/Identify.d.ts')
-rw-r--r--dist/Schema/Identify.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Schema/Identify.d.ts b/dist/Schema/Identify.d.ts

index a7fa5b23..750f2871 100644 --- a/dist/Schema/Identify.d.ts +++ b/dist/Schema/Identify.d.ts
@@ -1,12 +1,12 @@ import { ActivitySchema } from "./Activity"; export declare const IdentifySchema: { token: StringConstructor; - properties: { + intents: BigIntConstructor; + $properties: { $$os: StringConstructor; $$browser: StringConstructor; $$device: StringConstructor; }; - intents: BigIntConstructor; $presence: { afk: BooleanConstructor; status: StringConstructor;