mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 02:38:04 +01:00
fix stuff hehehe
This commit is contained in:
parent
d2c1092eae
commit
5cdb78eca3
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue