From 7099b88ea564d0918d07476c610f0942c8fabf47 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 6 Feb 2021 21:39:23 +0100 Subject: :wrench: build --- dist/Schema/Identify.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/Schema/Identify.d.ts') 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; -- cgit 1.5.1