mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:58:25 +01:00
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
This commit is contained in:
parent
b9d75c262d
commit
00389e6660
1 changed files with 6 additions and 2 deletions
|
@ -142,13 +142,17 @@ module.exports = function (app, config, renderTemplate) {
|
|||
var continuation = "";
|
||||
}
|
||||
|
||||
try {
|
||||
//videos
|
||||
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());
|
||||
|
||||
var tj = await getJson(a);
|
||||
|
||||
} catch {
|
||||
var tj = " "
|
||||
}
|
||||
|
||||
const community = await modules
|
||||
.fetch(`${config.invapi}/channels/community/${ID}/`)
|
||||
.then((res) => res.text());
|
||||
|
|
Loading…
Reference in a new issue