UNPKG

@ly-nld/dishook

Version:

Simple Discord Webhook Wrapper

8 lines (7 loc) 176 B
import { IAttachment } from './IAttachment'; export interface IAuthor { name: string; url?: string; icon_url?: string | IAttachment; proxy_icon_url?: string; }