summary refs log tree commit diff
path: root/dist/models/Event.d.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-21 22:45:26 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-21 22:45:26 +0100
commitbeb269f9c25d11adb121f98fc68458d5cead80b0 (patch)
tree74879caa8698d734c4eda4042a83bc954acb5b95 /dist/models/Event.d.ts
parentupdated InviteModel (diff)
downloadserver-beb269f9c25d11adb121f98fc68458d5cead80b0.tar.xz
:bug: fix Event model
Diffstat (limited to 'dist/models/Event.d.ts')
-rw-r--r--dist/models/Event.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/models/Event.d.ts b/dist/models/Event.d.ts

index a3db8251..a4ec5e67 100644 --- a/dist/models/Event.d.ts +++ b/dist/models/Event.d.ts
@@ -16,7 +16,7 @@ export interface Event { guild_id?: bigint; user_id?: bigint; channel_id?: bigint; - created_at?: number; + created_at?: Date; event: EVENT; data?: any; }