Command Handler
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
module.exports = {
type: "commandType",
name: "commandName",
code: `code`
}module.exports = [{
type: "commandType",
name: "commandName",
code: `code`
}, {
type: "commandType",
name: "commandName",
code: `code`
}]