Interfaceseedcordv0.14.0EventFaultSourceA fault that came from a client event, JSON-safe for a webhook payload. The actor, guild, and channel are best-effort, derived from the event args, so each is nullable. The raw args carry the full detail. interface EventFaultSourceinterface EventFaultSourceMember overviewPropertieschannelIdeventNameguildIdhandlerkindrawuserIdPropertieschannelIdChannel derived from the event args, null when none is present. channelId: string | null;channelId: string | null;eventNameeventName: string;eventName: string;guildIdGuild derived from the event args, null outside a guild. guildId: string | null;guildId: string | null;handlerhandler: string;handler: string;kindkind: "event";kind: "event";rawThe raw event args, made JSON-safe at serialization with filterCirculars. raw: unknown;raw: unknown;userIdActor derived from the event args, null when none is present. userId: string | null;userId: string | null;
channelIdChannel derived from the event args, null when none is present. channelId: string | null;channelId: string | null;
guildIdGuild derived from the event args, null outside a guild. guildId: string | null;guildId: string | null;
rawThe raw event args, made JSON-safe at serialization with filterCirculars. raw: unknown;raw: unknown;
userIdActor derived from the event args, null when none is present. userId: string | null;userId: string | null;