commandExecuted
Run your code once a member used a slash command
client.on("commandExecuted", cmd => {
console.log(cmd)
// Source...
})name
guild
channel
member
interaction
args
think()
reply()
callback.edit()
callback.delete()
Return
Last updated