this.desc="Search across all the fan-made wikis!";
this.alias=Arrays.asList("wikia");
this.usage="<wiki name>: <search> [| index]";
this.examples=Arrays.asList("zelda: gate of time","clockwork planet: ryuZU","angel beats: kanade");
}
@Override//query for details using future too? since i already have to make 2 queries, making 3 in parallel wont make it much slower; the only concern is rate limit //already doing sequential 3 queries, aint too slow so its fine
channel.sendMessage("Unknown wiki name!").queue();
return new CommandResult(CommandResultType.NORESULT);
}
}*/
//i can use this instead of the above code since wikia redirects with 301 with no exceptions; when everything finishes moving, i might have to change it to fandom though