download package with npm or bun.
// in node
npm install @discall/discall
// in bun
bun add @discall/discall
register command with addCommand
.
addCommand({
name: "test",
run: async (ctx) => {
// ...do something
}
});
download package with npm or bun.
// in node
npm install @discall/discall
// in bun
bun add @discall/discall
register command with addCommand
.
addCommand({
name: "test",
run: async (ctx) => {
// ...do something
}
});