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-06 21:39:23 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-06 21:39:23 +0100
commit7099b88ea564d0918d07476c610f0942c8fabf47 (patch)
tree0ef7a7283c5a2c012acfd4584de8b8978ef4477f /dist/models/User.d.ts
parent:sparkles: add guilds array to user model (diff)
downloadserver-7099b88ea564d0918d07476c610f0942c8fabf47.tar.xz
:wrench: build
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 f5676386..5e86a8a3 100644 --- a/dist/models/User.d.ts +++ b/dist/models/User.d.ts
@@ -13,6 +13,7 @@ export interface User { hash: string; valid_tokens_since: number; user_settings: UserSettings; + guilds: bigint[]; } export interface UserSettings { afk_timeout: number;