UNPKG

seyfert

Version:

The most advanced framework for discord bots

7 lines (6 loc) 273 B
import type { UsingClient } from '../../commands'; import type { GatewayWebhooksUpdateDispatchData } from '../../types'; export declare const WEBHOOKS_UPDATE: (_self: UsingClient, data: GatewayWebhooksUpdateDispatchData) => { guildId: string; channelId: string; };