diff --git a/transformers/auditlogEntry.ts b/transformers/auditlogEntry.ts index 20f2ecf8d..e54df5e5b 100644 --- a/transformers/auditlogEntry.ts +++ b/transformers/auditlogEntry.ts @@ -25,6 +25,7 @@ export function transformAuditlogEntry(bot: Bot, payload: DiscordAuditLogEntry) case "rules_channel_id": case "public_updates_channel_id": case "icon_hash": + case "image_hash": case "splash_hash": case "owner_id": case "widget_channel_id": diff --git a/types/discord.ts b/types/discord.ts index b8a65445f..7aab73b32 100644 --- a/types/discord.ts +++ b/types/discord.ts @@ -1418,6 +1418,7 @@ export type DiscordAuditLogChange = | "rules_channel_id" | "public_updates_channel_id" | "icon_hash" + | "image_hash" | "splash_hash" | "owner_id" | "region"