summary refs log tree commit diff
path: root/dist/models/Invite.d.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-11 20:44:26 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-11 20:44:26 +0100
commit673e691c6e26a0abbadb93cf8ef4b1e45ad1accc (patch)
tree8496623a70f192e4e88ec487e38e0f6c284dc883 /dist/models/Invite.d.ts
parent:sparkles: updated other models (diff)
downloadserver-673e691c6e26a0abbadb93cf8ef4b1e45ad1accc.tar.xz
:wrench: build
Diffstat (limited to 'dist/models/Invite.d.ts')
-rw-r--r--dist/models/Invite.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/models/Invite.d.ts b/dist/models/Invite.d.ts

index e68886c6..654d922d 100644 --- a/dist/models/Invite.d.ts +++ b/dist/models/Invite.d.ts
@@ -1,5 +1,10 @@ export interface Invite { code: string; + temporary: boolean; + uses: number; + max_uses: number; + max_age: number; + created_at: number; guild: { id: bigint; name: string;