Client.prefixCommand() - shysolocup/noscord.js GitHub Wiki
creates a new Prefix Command works the same as CommandService.createPrefix() |
|
|
JS |
client.prefixCommand("example", ["ex", "exp"], async (ctx) => {
console.log(ctx);
}); |