Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discordeno/template/beginner/bot.ts>BotClient

Discord API library for Deno
Latest
interface BotClient
implements BotWithCache<BotWithHelpersPlugin>
import { type BotClient } from "https://deno.land/x/discordeno@18.0.1/template/beginner/bot.ts";

Properties

commands: Collection<string, Command>