mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
feat(types): add image_hash audit log change key (#2142)
This adds the `image_hash` audit log change key which is being used when a guild scheduled event cover image gets updated. Reference: https://github.com/discord/discord-api-docs/pull/4707
This commit is contained in:
@@ -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":
|
||||
|
||||
@@ -1418,6 +1418,7 @@ export type DiscordAuditLogChange =
|
||||
| "rules_channel_id"
|
||||
| "public_updates_channel_id"
|
||||
| "icon_hash"
|
||||
| "image_hash"
|
||||
| "splash_hash"
|
||||
| "owner_id"
|
||||
| "region"
|
||||
|
||||
Reference in New Issue
Block a user