Skip to main content
Module

x/biscuit/mod.ts>DiscordAuditLog

A Discord library that is easy to use but reliable on its core 🥠
Latest
interface DiscordAuditLog
import { type DiscordAuditLog } from "https://deno.land/x/biscuit@0.2.4/mod.ts";

Properties

webhooks: DiscordWebhook[]

List of webhooks found in the audit log

users: DiscordUser[]

List of users found in the audit log

audit_log_entries: DiscordAuditLogEntry[]

List of audit log entries, sorted from most to least recent

integrations: Partial<DiscordIntegration>[]

List of partial integration objects

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

webhooks: DiscordWebhook[]

List of webhooks found in the audit log

users: DiscordUser[]

List of users found in the audit log

audit_log_entries: DiscordAuditLogEntry[]

List of audit log entries, sorted from most to least recent

integrations: Partial<DiscordIntegration>[]

List of partial integration objects

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