interface Botimport { type Bot } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; Propertiesid: bigintapplicationId: biginttoken: stringintents: GatewayIntentsurlWSS: stringoptionalbotGatewayData: GetGatewayBotutils: ReturnType<createUtils>transformers: Transformershelpers: ReturnType<createHelpers>rest: ReturnType<createRestManager>gateway: ReturnType<createGatewayManager>events: EventHandlershandlers: ReturnType<createBotGatewayHandlers>activeGuildIds: Set<bigint>constants: ReturnType<createBotConstants>cache: { unrepliedInteractions: Set<bigint>; fetchAllMembersProcessingRequests: Map<string, Function>; }enabledPlugins: Set<string>optionalhandleDiscordPayload: CreateShardManager["handleMessage"]import Botimport { Bot } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts";