From 5f809b1705d532a294143f1f3f8a0e4db3236ba1 Mon Sep 17 00:00:00 2001 From: Cristiano Pires Date: Tue, 7 Mar 2023 18:05:39 +0000 Subject: [PATCH] Error Handling on FreeGames --- lib.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib.js b/lib.js index e291d07..516a45a 100644 --- a/lib.js +++ b/lib.js @@ -171,6 +171,10 @@ class _Client extends Client } async YTFeed() { + //TODO: Allow multiple feeds per channel + //Rust: FacePunch and Shadowfrax + //!Needs some other element for comparison other than published date + const feeds = await feedM.find().then(feeds=>{return feeds}) if(feeds.length<1) return for(var feed of feeds) @@ -792,6 +796,10 @@ class FreeGames data.splice(10, data.length-10); return data } + if(!Res.length) return setTimeout(() => + { + update(); + }, 60*1000); for(var j = 0; j e.id).indexOf(this.channels[j].lastid);