UNPKG

hook-engine

Version:

Production-grade webhook engine with comprehensive adapter support, security, reliability, structured logging, and CLI tools.

9 lines (8 loc) 292 B
import type { WebhookAdapter } from "../types/adapter"; /** * Discord webhook adapter * Supports: interactions, message events, guild events, and more * Documentation: https://discord.com/developers/docs/resources/webhook */ declare const discord: WebhookAdapter; export default discord;