Runs a command | Function
Last updated 2 years ago
.runCommand(command, args, message, interaction)
command
The Command instance
args
The Command arguments
String[]
message
The Message instance
interaction
The CommandInteraction instance
Promise<{ response: string; reply: boolean; deferReply?: undefined; } | { response: any; deferReply: boolean | "ephemeral"; reply: boolean; } | undefined>