mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-29 09:49:13 +00:00
✨ Event Model
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export interface Event {
|
||||
guild_id?: bigint;
|
||||
user_id?: bigint;
|
||||
created_at: number;
|
||||
data: any;
|
||||
event: string;
|
||||
}
|
||||
|
||||
// located in collection events
|
||||
Reference in New Issue
Block a user