aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

This commit is contained in:
Ashley 2023-01-28 18:27:20 +00:00
parent b9d75c262d
commit 00389e6660

View file

@ -142,12 +142,16 @@ module.exports = function (app, config, renderTemplate) {
var continuation = ""; var continuation = "";
} }
try {
//videos //videos
const a = await modules const a = await modules
.fetch(`https://inv.riverside.rocks/api/v1/channels/videos/${ID}/`) .fetch(`https://inv.vern.cc/api/v1/channels/videos/${ID}/`)
.then((res) => res.text()); .then((res) => res.text());
var tj = await getJson(a); var tj = await getJson(a);
} catch {
var tj = " "
}
const community = await modules const community = await modules
.fetch(`${config.invapi}/channels/community/${ID}/`) .fetch(`${config.invapi}/channels/community/${ID}/`)