The guild for the command to be registered in. If left blank, the command will be registered as a global command.
The id of the application command
The display name of the slash interaction. Must be all lowercase.
Convert a slash command into a actual command
The command you want to convert
The callback for the command. This is required if mount is true
if the command should mount or not, the callback is required if so. defaults to false
a new Command
An array of options for the command. type of class Argument[]