UNPKG

@ly-nld/dishook

Version:

Simple Discord Webhook Wrapper

5 lines 234 B
export interface IWebhookParameter { name: string // The name of the webhook channel_id: string // The channel ID this webhook is for, or null if it's a global webhook avatar?: string // The default avatar of the webhook }