The callback to be called when the command gets executed.
() => void | Promise<void>
A library for creating bots for the Meower platform.
The callback to be called when the command gets executed.
() => void | Promise<void>
Add Package
deno add jsr:@mbw/roarbot
Import symbol
import { type CommandOptions } from "@mbw/roarbot";
Import directly with a jsr specifier
import { type CommandOptions } from "jsr:@mbw/roarbot";
Add Package
bunx jsr add @mbw/roarbot
Import symbol
import { type CommandOptions } from "@mbw/roarbot";