Command Guide - shysolocup/noscord.js GitHub Wiki

commands are actually built into the package so you can create them much easier

client.import("commands");


commands.create("ping", "replies with pong", (ctx) => {
    ctx.reply("Pong!");
});


⚠️ **GitHub.com Fallback** ⚠️