import { type DiscordAuditLog } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts";
Properties
audit_log_entries: DiscordAuditLogEntry[]
List of audit log entries, sorted from most to least recent
threads: DiscordChannel[]
List of threads found in the audit log.
Threads referenced in THREAD_CREATE
and THREAD_UPDATE
events are included in the threads map since archived threads might not be kept in memory by clients.
optional
guild_scheduled_events: DiscordScheduledEvent[]List of guild scheduled events found in the audit log
optional
auto_moderation_rules: DiscordAutoModerationRule[]List of auto moderation rules referenced in the audit log
application_commands: DiscordApplicationCommand[]
List of application commands referenced in the audit log