Last updated
Last updated
To detect triggered command interactions, use the "interactionCreate" event, that way you can get each interaction including Command Interactions that are executed by users.
Interaction Data are located inside CommandIntreraction#data
.
Some data include the interaction name, options, and more.
Interaction that is triggered when executing an application command.