Event Model

This commit is contained in:
Flam3rboy
2021-02-08 16:29:36 +01:00
parent 451d2c3611
commit 800163a913
7 changed files with 40 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
export interface Event {
guild_id?: bigint;
user_id?: bigint;
created_at: number;
data: any;
event: string;
}
// located in collection events