DiscordAuditLog
@discordeno/bot • Docs
Documentation / @discordeno/bot / DiscordAuditLog
Interface: DiscordAuditLog
https://discord.com/developers/docs/resources/audit-log#audit-log-object
Properties
application_commands
application_commands:
DiscordApplicationCommand
[]
List of application commands referenced in the audit log
Defined in
packages/types/dist/types/discord.d.ts:1949
audit_log_entries
audit_log_entries:
DiscordAuditLogEntry
[]
List of audit log entries, sorted from most to least recent
Defined in
packages/types/dist/types/discord.d.ts:1936
auto_moderation_rules?
optional
auto_moderation_rules:DiscordAutoModerationRule
[]
List of auto moderation rules referenced in the audit log
Defined in
packages/types/dist/types/discord.d.ts:1947
guild_scheduled_events?
optional
guild_scheduled_events:DiscordScheduledEvent
[]
List of guild scheduled events found in the audit log
Defined in
packages/types/dist/types/discord.d.ts:1945
integrations
integrations:
Partial
<DiscordIntegration
>[]
List of partial integration objects
Defined in
packages/types/dist/types/discord.d.ts:1938
threads
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.
Defined in
packages/types/dist/types/discord.d.ts:1943
users
users:
DiscordUser
[]
List of users found in the audit log
Defined in
packages/types/dist/types/discord.d.ts:1934
webhooks
webhooks:
DiscordWebhook
[]
List of webhooks found in the audit log
Defined in
packages/types/dist/types/discord.d.ts:1932