refactor: keep message capture on fast path
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import type { ModerationBroadcaster } from "./broadcaster";
|
||||
|
||||
export type AIStatus = "pending" | "clean" | "warn" | "flagged" | "error";
|
||||
|
||||
export type { ModerationBroadcaster };
|
||||
|
||||
export interface MessageRecord {
|
||||
id: string;
|
||||
guild_id: string;
|
||||
|
||||
Reference in New Issue
Block a user