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