UNPKG

@ly-nld/dishook

Version:

Simple Discord Webhook Wrapper

7 lines (6 loc) 299 B
import { IAttachment } from './IAttachment' export interface IFooter { text: string // The text of the footer. icon_url: string | IAttachment // The url of the footer icon (only supports http(s) and attachments). proxy_icon_url?: string // A proxied url of footer icon. }