Commands
Loads Commands
client.Commands("src/commands", {
prefix: "!",
category: "Misc",
callback(command, file) {
console.log("Loading command " + command.name);
},
});Last updated
Was this helpful?
Loads Commands
client.Commands("src/commands", {
prefix: "!",
category: "Misc",
callback(command, file) {
console.log("Loading command " + command.name);
},
});Last updated
Was this helpful?
Was this helpful?