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