UNPKG

@tycrek/discord-hookr

Version:

A lightweight and easy way to send webhooks to Discord, without the added baggage of a full API client.

5 lines (4 loc) 221 B
import { Webhook as _Webhook } from './webhook'; import { EmbedBuilder as _EmbedBuilder } from './EmbedBuilder'; export declare const Webhook: typeof _Webhook; export declare const EmbedBuilder: typeof _EmbedBuilder;