options.name=awaitask(mesg,"What is the anime's name?",60000,true);if(!options.name){return;}
if(options.name.length>75){clearDM();returndmch.send("The anime name can't be more than 75 characters!");}
options.plot=awaitask(mesg,"How would you describe the anime? Give a very brief description of things like its plot, main characters, and setting.",240000,true);if(!options.plot){returnclearDM();;}
options.plot=awaitask(mesg,"How would you describe the anime? Give a very brief description of things like its plot, main characters, and setting.",240000,true);if(!options.plot){returnclearDM();}
if(options.plot.length>500){clearDM();returndmch.send("Oi! I said give a \"very brief\" description of the anime!");}
options.japname=awaitask(mesg,"What is the anime's japanese name? (The romanization, not the Japanese characters.)",120000,true);if(!options.japname){returnclearDM();}
@ -259,7 +259,7 @@ module.exports = {
awaitasr.message.react('✅');
awaitmessage.channel.send("React with :white_check_mark: when you've found the anime you want!");
letconf=awaitask(mesg,"That search returned no results. Would you like me to put the anime you specified down anyways? Otherwise, I'll abandon this process, and we can try again.",60000,true);
@ -98,9 +99,9 @@ module.exports = {
awaitasr.message.react('✅');
awaitdmch.send("React with :white_check_mark: when you've found the anime you want!");