From 0906d053a5c36378e178cb3cad26bc5518677bdc Mon Sep 17 00:00:00 2001 From: _Lighty_ Date: Sat, 21 Dec 2019 21:17:01 +0100 Subject: [PATCH] update XenoLib URL --- Plugins/MentionAliasesRedux/MentionAliasesRedux.plugin.js | 2 +- Plugins/SaveToRedux/SaveToRedux.plugin.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/MentionAliasesRedux/MentionAliasesRedux.plugin.js b/Plugins/MentionAliasesRedux/MentionAliasesRedux.plugin.js index 41b09c1..5d706ab 100644 --- a/Plugins/MentionAliasesRedux/MentionAliasesRedux.plugin.js +++ b/Plugins/MentionAliasesRedux/MentionAliasesRedux.plugin.js @@ -1141,7 +1141,7 @@ var MentionAliasesRedux = (() => { }; const downloadXenoLib = () => { if (global.XenoLib) return onDone(); - request('https://gitlab.com/_Lighty_/bdstuff/raw/master/public/XenoLib/1XenoLib.plugin.js', (error, response, body) => { + request('https://raw.githubusercontent.com/1Lighty/BetterDiscordPlugins/master/Plugins/1XenoLib.plugin.js', (error, response, body) => { if (error) return onFail(); onDone(); fs.writeFile(path.join(window.ContentManager.pluginsFolder, '1XenoLib.plugin.js'), body, () => { }); diff --git a/Plugins/SaveToRedux/SaveToRedux.plugin.js b/Plugins/SaveToRedux/SaveToRedux.plugin.js index af94ca5..c0bca00 100755 --- a/Plugins/SaveToRedux/SaveToRedux.plugin.js +++ b/Plugins/SaveToRedux/SaveToRedux.plugin.js @@ -828,7 +828,7 @@ var SaveToRedux = (() => { }; const downloadXenoLib = () => { if (global.XenoLib) return onDone(); - request('https://gitlab.com/_Lighty_/bdstuff/raw/master/public/XenoLib/1XenoLib.plugin.js', (error, response, body) => { + request('https://raw.githubusercontent.com/1Lighty/BetterDiscordPlugins/master/Plugins/1XenoLib.plugin.js', (error, response, body) => { if (error) return onFail(); onDone(); fs.writeFile(path.join(window.ContentManager.pluginsFolder, '1XenoLib.plugin.js'), body, () => { });