summary refs log tree commit diff
path: root/dist/models/Invite.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'dist/models/Invite.d.ts')
-rw-r--r--dist/models/Invite.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/models/Invite.d.ts b/dist/models/Invite.d.ts

index 1cf0d8ed..a151322b 100644 --- a/dist/models/Invite.d.ts +++ b/dist/models/Invite.d.ts
@@ -6,7 +6,7 @@ export interface Invite extends Document { uses: number; max_uses: number; max_age: number; - created_at: number; + created_at: Date; guild_id: bigint; channel_id: bigint; inviter_id: bigint;