1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 12:34:39 -05:00

fix stuff hehehe

This commit is contained in:
Ashley 2023-03-05 12:20:41 +00:00
parent d2c1092eae
commit 5cdb78eca3

View file

@ -205,13 +205,13 @@ module.exports = function (app, config, renderTemplate) {
}); });
} }
const response = await modules.fetch("http://ip-api.com/json/"); const response = await modules.fetch("http://ip-api.com/json/");
const ip = await response.json(); const ip = await response.json();
core.video(v).then((data) => { core.video(v).then((data) => {
try { try {
const k = data.video; const k = data.video;
const json = data.json; const json = data.json;
const engagement = data.engagement; const engagement = data.engagement;
const inv_comments = data.comments || "Disabled"; const inv_comments = data.comments || "Disabled";