options.name=awaitask(mesg,"What is the anime's name? Make sure to use proper capitalization and spelling. This applies to the rest of the questions I'll ask you.",60000,true);if(!options.name){return;}
options.name=awaitask(mesg,"What is the anime's name? Make sure to use proper capitalization and spelling. This applies to the rest of the questions I'll ask you.",60000,true);if(!options.name){return;}
if(options.name.length>75){clearDM();returndmch.send("The anime name can't be more than 75 characters!");}
if(options.name.length>(queue?75:250)){clearDM();returndmch.send(`The anime name can't be more than ${queue?75:250} 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!");}
if(options.plot.length>500){clearDM();returndmch.send("Oi! I said give a \"very brief\" description of the anime!");}