remove ip api

This commit is contained in:
Ashley 2023-03-12 06:39:49 +00:00
parent 1535dd48ee
commit b9ae02d4eb

View file

@ -206,8 +206,6 @@ 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 {
@ -269,7 +267,6 @@ module.exports = function (app, config, renderTemplate) {
r,
qua: q,
inv: inv_comments,
ip,
convert,
universe,
wiki: data.wiki,