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;
|