Example Usage
@MessageCommand({ name: "ping", description: "pong!" })async ping(ctx: Message, strp: string) { await ctx.reply("pong!");} Copy
@MessageCommand({ name: "ping", description: "pong!" })async ping(ctx: Message, strp: string) { await ctx.reply("pong!");}
Note: If syntax highlight looks broken, blame your IDE. You may look at harunon.js to see this in action
Optional
Example Usage
Note: If syntax highlight looks broken, blame your IDE. You may look at harunon.js to see this in action