else{returnmessage.channel.send("Looks like you didn't find the anime you were looking for, so I went ahead and ended the character creation for you.");}
}else{
awaitmessage.channel.send({embeds:[asr.embed]});
letconf=awaitask(message,"Is this the anime you meant?",60000,true);
if(!['y','yes','ye','n','no'].includes(conf.trim().toLowerCase())){returnmessage.channel.send("You must specify yes or no! Please try again.");}
if(!conf){returnmessage.channel.send("Well, I've got nothing, then. If that doesn't match the anime you're looking for then I would try again with a more narrow search.");}
fn=asr.id;
}
}else{fn=asr.id;}
options.anime=fn;
}else{
if(client.misc.activeDMs.has(message.author.id)){returnmessage.channel.send("I'm already asking you questions in a DM! Finish that first, then try this command again.");}