type alias BotHelpersWithCacheimport { type BotHelpersWithCache } from "https://deno.land/x/discordeno@17.2.0/plugins/cache/src/addCacheCollections.ts"; Type ParametersTdefinition: Omit<T, "editWebhook"> & { editWebhook: (webhookId: BigString,options: ModifyWebhook,fromChannelId?: bigint,) => Promise<Webhook>; }