pos.add(pod.getInt("position"));//update to prevent dupes
}
}
break;
case"futureTopic":
result.complete(newCommandResult(CommandResultType.FAILURE,"This query was identified under the topic of `"+resp.getJSONObject("futureTopic").getString("topic")+"`; Development of this topic is under investigation..."));
break;
case"didyoumean":
result.complete(newCommandResult(CommandResultType.INVALIDARGS,"No good results found :cry:\nDid you mean `"+resp.getJSONArray("didyoumean").getJSONObject(0).getString("val")+"`?"));