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