mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:28:28 +01:00
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
This commit is contained in:
parent
b9d75c262d
commit
00389e6660
1 changed files with 6 additions and 2 deletions
|
@ -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}/`)
|
||||||
|
|
Loading…
Reference in a new issue