GlobalCommand.execute(context: Context,argumentValue?: ArgumentSingleValueType,): Promise<void>
Execute the command.
optional
argumentValue: ArgumentSingleValueType
optional argument value for the command. This will be populated unless the command's GlobalCommandArgument is optional and the argument value was not provided.