A command when it has been added to a bot.
description: string | null
The description of the command.
A library for creating bots for the Meower platform.
A command when it has been added to a bot.
description: string | null
The description of the command.
Add Package
deno add jsr:@mbw/roarbot
Import symbol
import { type Command } from "@mbw/roarbot";
Import directly with a jsr specifier
import { type Command } from "jsr:@mbw/roarbot";
Add Package
bunx jsr add @mbw/roarbot
Import symbol
import { type Command } from "@mbw/roarbot";