lettrigger=awaitask(message,"What would you like the trigger to be? This is the message that will make your AR work.",120000);if(!trigger){return;}
lettrigger;
if(args[1]){
lettargs=args.slice(0);
targs.shift();
trigger=targs.join(' ');
}else{trigger=awaitask(message,"What would you like the trigger to be? This is the message that will make your AR work.",120000);if(!trigger){return;}}
if(`${trigger}`.length>150){returnmessage.channel.send("Your trigger needs to be less than 150 characters, please!");}
letresponse=awaitask(message,"What would you like my response to be?",120000);if(!response){return;}
if(`${response}`.length>300){returnmessage.channel.send("Your response needs to be less than 300 characters, please!");}