diff --git a/packages/types/Interactions.ts b/packages/types/Interactions.ts index b547144..409a2a8 100644 --- a/packages/types/Interactions.ts +++ b/packages/types/Interactions.ts @@ -72,6 +72,11 @@ export type Embed = { timestamp?: string; title: string; color: number; + footer?: { + text: string; + icon_url?: string; + proxy_icon_url?: string; + }; author?: { name: string; icon_url: string;