Skip to main content
Extremely Popular
Go to Latest
type alias BotHelpersWithCache
import { type BotHelpersWithCache } from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/mod.ts";
definition: Omit<T, "editWebhook"> & { editWebhook: (
webhookId: bigint,
options: ModifyWebhook,
fromChannelId?: bigint,
) => Promise<Webhook>; }