summary refs log tree commit diff
path: root/src/models/Event.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-10 20:59:58 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-10 20:59:58 +0100
commit3d54ed476240702812caf0b6e1ce94bfb0329cb5 (patch)
tree9f928dee5023de75b22d6b99c25c3c3fd967da7f /src/models/Event.ts
parentexport event (diff)
downloadserver-3d54ed476240702812caf0b6e1ce94bfb0329cb5.tar.xz
fix models + move schemas in api and gateway
Diffstat (limited to 'src/models/Event.ts')
-rw-r--r--src/models/Event.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/Event.ts b/src/models/Event.ts

index 4197ed04..8b19fc13 100644 --- a/src/models/Event.ts +++ b/src/models/Event.ts
@@ -1,6 +1,7 @@ export interface Event { guild_id?: bigint; user_id?: bigint; + channel_id?: bigint; created_at: number; data: any; event: string;