Skip to content
@meshcorejs

meshcore.js

The bot framework for MeshCore

meshcore.js

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}!`));

Not affiliated with MeshCore project. MIT licensed.

Pinned Loading

  1. meshcore.js meshcore.js Public

    The bot framework for MeshCore.

    TypeScript 1

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…