Client.slashCommand() - shysolocup/noscord.js GitHub Wiki
creates a new global Slash Command works the same as CommandService.createSlash() |
|
|
JS |
client.slashCommand("example", "example command", async (ctx) => {
console.log(ctx);
}); |