1
Fork 0

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 ip = await response.json();
core.video(v).then((data) => {
try {
const k = data.video;
const json = data.json;
const engagement = data.engagement;
const inv_comments = data.comments || "Disabled";