The bot framework for MeshCore.
Plug a LoRa radio into Node.js and write a bot the way you would with commands, events, jobs, permissions and roles.
import { CommandBuilder } from '@meshcorejs/client';
export default new CommandBuilder()
.setName('hello')
.setDescription('Say hello')
.setHandler((ctx) => ctx.reply(`Hello ${ctx.author.name}!`));- 📦 meshcorejs/meshcore.js — the framework, the transports, the plugins
- 📖 Documentation — guides and API reference
- 🚀
pnpm add @meshcorejs/client
Not affiliated with MeshCore project. MIT licensed.