returnmessage.channel.send(`Status set to: \`${args[1]?`${args[1].slice(0,1).toUpperCase()}${args[1].slice(1).toLowerCase()}${args[1]&&args[1].toLowerCase()=='listening'}`?'to ':'':''}${args[0]}\`.`);
newTag(['t','type'],'type','append')
]).test(args.join(" "));
if((!options.status||!options.status.length)||(!options.type||!options.type.length)){returnmessage.channel.send("You must use -status and -type tags!");}
if(options.status.length>30){returnmessage.reply("That status is a bit too long.");}
if(options.type){if(!['playing','watching','listening'].includes(options.status.toLowerCase())){returnmessage.channel.send("That's not a valid type!");}}
returnmessage.channel.send(`Status set to: \`${options.type?`${options.type.slice(0,1).toUpperCase()}${options.type.slice(1).toLowerCase()}${options.type&&options.type.toLowerCase()=='listening'}`?'to ':'':''}${options.status}\`.`);