From ba4cdaa73dbf372d062afadf003119242079ea0c Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 3 Apr 2021 13:17:01 +0200 Subject: [PATCH] Create 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index b76f4e741e..8b095bb8ad 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -984,7 +984,7 @@ module.exports = (_ => { request.get(`${myGithub}/Library/_res/BDFDB.data.json`, BDFDB.TimeUtils.suppress((e2, r2, b2) => { if (e2 || !b2 || r2.statusCode != 200) { if (tryAgain) return BDFDB.TimeUtils.timeout(_ => loadLibrary(), 10000); - else BdApi.alert("Error", "Could not initiate BDFDB Library Plugin. Check your Internet Connection and make sure GitHub isn't blocked in your Network."); + else BdApi.alert("Error", "Could not initiate BDFDB Library Plugin. Check your Internet Connection and make sure GitHub isn't blocked by your Network."); } const InternalData = JSON.parse(b2);