//if(cookie == null) return new CommandResult(CommandResultType.FAILURE, "The translation service is unavailable right now!"); //disable of cookie not found
try{
StringlangF="auto",langT="EN",query=String.join(" ",args).replaceAll("\n"," ").replace("-","");//since it hates new lines and hyphens apparently
if((args.length<5?query.length()>40:args.length>20))returnnewCommandResult(CommandResultType.INVALIDARGS,"Please type a shorter phrase to translate!");