Closed suvanl closed 2 years ago
For the sake of clarity: "hybrid mode" was where a command would exist in both text command and application command format. The command implementation would exist in the text command's source file, while the application command would simply call the run()
function from the text command. This was possible as the interaction
object is very similar in nature to the message
object.
This PR chiefly completely removes deprecated text commands and converts commands running in a so-called "hybrid mode" over to full Application Commands.
The deprecated (and now removed) commands are:
The commands running in hybrid mode which are now full Application Commands are:
Other miscellaneous changes include:
deployApplicationCommand
function (2bcd7f495b7ee7f2bf417435a75f07802e120764)Documentation changes: