case "character":
                        // Check said char exists on the killboard..
                        $exists = json_decode($this->curl->get("https://evedata.xyz/api/character/information/{$typeID}/"));
                        if (isset($exists->characterID)) {
                            $this->db->execute("INSERT IGNORE INTO killmailPosting (channelID, typeName, typeID) VALUES (:channelID, :typeName, :typeID)", array(":channelID" => $channelID, ":typeName" => $typeName, ":typeID" => $typeID));