misc.wolfram: re-enable geoip as it doesnt matter anymore

This commit is contained in:
Cynthia Foxwell 2023-01-12 16:34:33 -07:00
parent 79fd9a2210
commit 7cecf20a9d

View file

@ -91,7 +91,7 @@ wolfram.callback = async function (msg, line, args, {verbose, v}) {
if (!data) return WA_NO_ANSWER; if (!data) return WA_NO_ANSWER;
// fake no answer // fake no answer
if (data[0].subpods[0].plaintext.includes("geoIP")) return WA_NO_ANSWER; //if (data[0].subpods[0].plaintext.includes("geoIP")) return WA_NO_ANSWER;
if (_verbose) { if (_verbose) {
const embed = { const embed = {