From 5bfa6f4b537ecdc786b5dab8f8cb5d027ada4db8 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 17 Feb 2021 18:35:15 +0100 Subject: :zap: UserModel remove guild bigint array -> instead use MemberModel --- dist/models/User.d.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'dist/models/User.d.ts') diff --git a/dist/models/User.d.ts b/dist/models/User.d.ts index 1219166e..0059dfc6 100644 --- a/dist/models/User.d.ts +++ b/dist/models/User.d.ts @@ -23,7 +23,6 @@ export interface User extends Document { flags: bigint; public_flags: bigint; hash: string; - guilds: bigint[]; valid_tokens_since: number; user_settings: UserSettings; relationships: Relationship[]; -- cgit 1.5.1