Skip to main content
Module

x/discordeno/bot.ts>Bot

Discord API library for Deno
Extremely Popular
Go to Latest
interface Bot
import { type Bot } from "https://deno.land/x/discordeno@13.0.0-rc45/bot.ts";

Properties

id: bigint
applicationId: bigint
token: string
urlWSS: string
optional
botGatewayData: GetGatewayBot
utils: ReturnType<createUtils>
transformers: Transformers
helpers: ReturnType<createHelpers>
rest: ReturnType<createRestManager>
gateway: ReturnType<createGatewayManager>
handlers: ReturnType<createBotGatewayHandlers>
activeGuildIds: Set<bigint>
constants: ReturnType<createBotConstants>
cache: { unrepliedInteractions: Set<bigint>; fetchAllMembersProcessingRequests: Map<string, Function>; }
enabledPlugins: Set<string>
optional
handleDiscordPayload: CreateShardManager["handleMessage"]