UNPKG

@tycrek/discord-hookr

Version:

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

8 lines (7 loc) 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmbedBuilder = exports.Webhook = void 0; const webhook_1 = require("./webhook"); const EmbedBuilder_1 = require("./EmbedBuilder"); exports.Webhook = webhook_1.Webhook; exports.EmbedBuilder = EmbedBuilder_1.EmbedBuilder;