add Embed footer to interactions types

This commit is contained in:
41666 2022-02-04 01:39:00 -05:00
parent 5c5258ef5e
commit 8c61bfd4c7

View file

@ -72,6 +72,11 @@ export type Embed = {
timestamp?: string; timestamp?: string;
title: string; title: string;
color: number; color: number;
footer?: {
text: string;
icon_url?: string;
proxy_icon_url?: string;
};
author?: { author?: {
name: string; name: string;
icon_url: string; icon_url: string;