Type Alias InfractionStatistics
InfractionStatistics: { infractions: Record< keyof NonNullable<GuildConfig["infractions"]>["points"], Infraction[] | undefined, >; points: Record< keyof NonNullable<GuildConfig["infractions"]>["points"], number, >; total: number; recommendAction(): string; summarize(): string;} Type declaration
infractions: Record<
keyof NonNullable<GuildConfig["infractions"]>["points"],
Infraction[] | undefined,
>
points: Record<keyof NonNullable<GuildConfig["infractions"]>["points"], number>
total: number
recommendAction:function
recommendAction(): string
summarize:function