-
Notifications
You must be signed in to change notification settings - Fork 0
Command Guide
github-actions[bot] edited this page Sep 30, 2024
·
2 revisions
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!");
});