UNPKG

@vermaysha/discord-webhook

Version:

Discord Webhook built using TypeScript which supports Browser and Node

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