1 2 3 4 5 6 7 8
export interface Event { guild_id?: bigint; user_id?: bigint; channel_id?: bigint; created_at: number; data: any; event: string; }