Skip to content

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


🛈 Client

🛈 AddonService

🛈 AttachmentService

🛈 ChannelService

🛈 CommandService

🛈 ComponentService

🛈 ErrorService

🛈 EventService

🛈 ExpressionService

🛈 GuildService

🛈 LogService

🛈 MessageService

🛈 PermissionService

🛈 RoleService

🛈 StorageService

🛈 TypeService

🛈 UserService

🛈 UtilService

🛈 VoiceService


Clone this wiki locally