returnnewCommandResult(CommandResultType.INVALIDARGS,"There are not enough results for your specified index!");
}
EmbedBuilderem=newEmbedBuilder();
em.setTitle("Anime info for "+anime.getString("title")+" ("+anime.getString("type")+")",anime.getString("url"));
em.setThumbnail(anime.getString("image_url"));
em.setDescription("JP: "+info.getString("title_japanese")+"\n\n"+(info.isNull("synopsis")?"No synopsis information has been added to this title.":info.getString("synopsis")));
if(!source.contains("[Light novel]")&&!source.contains("anga]"))source=source.replaceFirst("\\[(.*?)\\](.*)","$1 ([Adaptation]$2)");//something couldve adapted it if its original instead