diff --git a/deno/payloads/v10/auditLog.ts b/deno/payloads/v10/auditLog.ts index ab5c7a6a..b3861056 100644 --- a/deno/payloads/v10/auditLog.ts +++ b/deno/payloads/v10/auditLog.ts @@ -273,6 +273,7 @@ export type APIAuditLogChange = | APIAuditLogChangeKeyName | APIAuditLogChangeKeyDescription | APIAuditLogChangeKeyIconHash + | APIAuditLogChangeKeyImageHash | APIAuditLogChangeKeySplashHash | APIAuditLogChangeKeyDiscoverySplashHash | APIAuditLogChangeKeyBannerHash @@ -354,6 +355,11 @@ export type APIAuditLogChangeKeyDescription = AuditLogChangeData<'description', */ export type APIAuditLogChangeKeyIconHash = AuditLogChangeData<'icon_hash', string>; +/** + * Returned when a guild's scheduled event's cover image is changed + */ +export type APIAuditLogChangeKeyImageHash = AuditLogChangeData<'image_hash', string>; + /** * Returned when a guild's splash is changed */ diff --git a/deno/payloads/v9/auditLog.ts b/deno/payloads/v9/auditLog.ts index ab5c7a6a..b3861056 100644 --- a/deno/payloads/v9/auditLog.ts +++ b/deno/payloads/v9/auditLog.ts @@ -273,6 +273,7 @@ export type APIAuditLogChange = | APIAuditLogChangeKeyName | APIAuditLogChangeKeyDescription | APIAuditLogChangeKeyIconHash + | APIAuditLogChangeKeyImageHash | APIAuditLogChangeKeySplashHash | APIAuditLogChangeKeyDiscoverySplashHash | APIAuditLogChangeKeyBannerHash @@ -354,6 +355,11 @@ export type APIAuditLogChangeKeyDescription = AuditLogChangeData<'description', */ export type APIAuditLogChangeKeyIconHash = AuditLogChangeData<'icon_hash', string>; +/** + * Returned when a guild's scheduled event's cover image is changed + */ +export type APIAuditLogChangeKeyImageHash = AuditLogChangeData<'image_hash', string>; + /** * Returned when a guild's splash is changed */ diff --git a/payloads/v10/auditLog.ts b/payloads/v10/auditLog.ts index 36d8d8e6..351f7667 100644 --- a/payloads/v10/auditLog.ts +++ b/payloads/v10/auditLog.ts @@ -273,6 +273,7 @@ export type APIAuditLogChange = | APIAuditLogChangeKeyName | APIAuditLogChangeKeyDescription | APIAuditLogChangeKeyIconHash + | APIAuditLogChangeKeyImageHash | APIAuditLogChangeKeySplashHash | APIAuditLogChangeKeyDiscoverySplashHash | APIAuditLogChangeKeyBannerHash @@ -354,6 +355,11 @@ export type APIAuditLogChangeKeyDescription = AuditLogChangeData<'description', */ export type APIAuditLogChangeKeyIconHash = AuditLogChangeData<'icon_hash', string>; +/** + * Returned when a guild's scheduled event's cover image is changed + */ +export type APIAuditLogChangeKeyImageHash = AuditLogChangeData<'image_hash', string>; + /** * Returned when a guild's splash is changed */ diff --git a/payloads/v9/auditLog.ts b/payloads/v9/auditLog.ts index 36d8d8e6..351f7667 100644 --- a/payloads/v9/auditLog.ts +++ b/payloads/v9/auditLog.ts @@ -273,6 +273,7 @@ export type APIAuditLogChange = | APIAuditLogChangeKeyName | APIAuditLogChangeKeyDescription | APIAuditLogChangeKeyIconHash + | APIAuditLogChangeKeyImageHash | APIAuditLogChangeKeySplashHash | APIAuditLogChangeKeyDiscoverySplashHash | APIAuditLogChangeKeyBannerHash @@ -354,6 +355,11 @@ export type APIAuditLogChangeKeyDescription = AuditLogChangeData<'description', */ export type APIAuditLogChangeKeyIconHash = AuditLogChangeData<'icon_hash', string>; +/** + * Returned when a guild's scheduled event's cover image is changed + */ +export type APIAuditLogChangeKeyImageHash = AuditLogChangeData<'image_hash', string>; + /** * Returned when a guild's splash is changed */