UNPKG

@ly-nld/dishook

Version:

Simple Discord Webhook Wrapper

5 lines 195 B
export interface IVideo { url: string // The url of the video. height?: number // The height of the video. width?: number // The width of the video. }