Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
type alias BotHelpersWithCache
import { type BotHelpersWithCache } from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/cache/src/addCacheCollections.ts";
definition: Omit<T, "editWebhook"> & { editWebhook: (
webhookId: bigint,
options: ModifyWebhook,
fromChannelId?: bigint,
) => Promise<Webhook>; }