commandsManager

Identify the template command from client Interaction and then execute the appropriate command.

new commandsManager(...args)
ArgumentsRequiredTypeDescription

args

Any

All the arguments passed down from the interaction.

The first argument that get passed is ALWAYS the Interaction Object

Last updated