summary refs log tree commit diff
path: root/dist/models/User.d.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-17 19:00:26 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-17 19:00:26 +0100
commit64ab9e049ad4d3b68c0b9a9ce2e08363e77d3c84 (patch)
tree6dbb2a32f21234874e1f09377dd1295cc6591576 /dist/models/User.d.ts
parent:zap: UserModel remove guild bigint array -> instead use MemberModel (diff)
downloadserver-64ab9e049ad4d3b68c0b9a9ce2e08363e77d3c84.tar.xz
:see_no_evil: revert changes
Diffstat (limited to 'dist/models/User.d.ts')
-rw-r--r--dist/models/User.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/models/User.d.ts b/dist/models/User.d.ts

index 0059dfc6..1219166e 100644 --- a/dist/models/User.d.ts +++ b/dist/models/User.d.ts
@@ -23,6 +23,7 @@ export interface User extends Document { flags: bigint; public_flags: bigint; hash: string; + guilds: bigint[]; valid_tokens_since: number; user_settings: UserSettings; relationships: Relationship[];