* The main command function.
()
| 132 | * The main command function. |
| 133 | */ |
| 134 | async run(): Promise<string | InteractionContent | CreateMessageOptions | undefined> { |
| 135 | this.success = false; |
| 136 | return this.getString(`commands.responses.${this.cmdName}.invalid`); |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * The function to run after sending the output. |
no test coverage detected