UNPKG

@ly-nld/dishook

Version:

Simple Discord Webhook Wrapper

7 lines (6 loc) 157 B
import { IAttachment } from './IAttachment'; export interface IFooter { text: string; icon_url: string | IAttachment; proxy_icon_url?: string; }