From d38ca9dee2382f3f850be06eec4b4a70f0dfca6b Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 24 Jul 2021 20:06:42 +0200 Subject: [PATCH] stuff --- Library/_res/BDFDB.data.json | 3 ++- .../OpenSteamLinksInApp.plugin.js} | 10 +++++----- .../README.md | 6 +++--- .../_res/cover.png | Bin Plugins/README.md | 2 +- 5 files changed, 11 insertions(+), 10 deletions(-) rename Plugins/{SteamProfileLink/SteamProfileLink.plugin.js => OpenSteamLinksInApp/OpenSteamLinksInApp.plugin.js} (95%) rename Plugins/{SteamProfileLink => OpenSteamLinksInApp}/README.md (94%) rename Plugins/{SteamProfileLink => OpenSteamLinksInApp}/_res/cover.png (100%) diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index b9331334e6..2ae08bcc1d 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -4,7 +4,8 @@ "GoogleTranslateOption": "Translator", "OwnerTag": "StaffTag", "RemoveBlockedMessages": "RemoveBlockedUsers", - "RevealAllSpoilersOption": "RevealAllSpoilers" + "RevealAllSpoilersOption": "RevealAllSpoilers", + "SteamProfileLink": "OpenSteamLinksInApp" }, "LibraryRequires": ["child_process", "electron", "fs", "path", "process", "request"], "DiscordObjects": { diff --git a/Plugins/SteamProfileLink/SteamProfileLink.plugin.js b/Plugins/OpenSteamLinksInApp/OpenSteamLinksInApp.plugin.js similarity index 95% rename from Plugins/SteamProfileLink/SteamProfileLink.plugin.js rename to Plugins/OpenSteamLinksInApp/OpenSteamLinksInApp.plugin.js index dfd4e2efe8..64e46da713 100644 --- a/Plugins/SteamProfileLink/SteamProfileLink.plugin.js +++ b/Plugins/OpenSteamLinksInApp/OpenSteamLinksInApp.plugin.js @@ -1,5 +1,5 @@ /** - * @name SteamProfileLink + * @name OpenSteamLinksInApp * @author DevilBro * @authorId 278543574059057154 * @version 1.1.1 @@ -8,14 +8,14 @@ * @donate https://www.paypal.me/MircoWittrien * @patreon https://www.patreon.com/MircoWittrien * @website https://mwittrien.github.io/ - * @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/SteamProfileLink/ - * @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Plugins/SteamProfileLink/SteamProfileLink.plugin.js + * @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/OpenSteamLinksInApp/ + * @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Plugins/OpenSteamLinksInApp/OpenSteamLinksInApp.plugin.js */ module.exports = (_ => { const config = { "info": { - "name": "SteamProfileLink", + "name": "OpenSteamLinksInApp", "author": "DevilBro", "version": "1.1.1", "description": "Opens Steam Links in Steam instead of your Browser" @@ -77,7 +77,7 @@ module.exports = (_ => { steam: ["https://steamcommunity.", "https://help.steampowered.", "https://store.steampowered.", "https://s.team/", "a.akamaihd.net/"] }; - return class SteamProfileLink extends Plugin { + return class OpenSteamLinksInApp extends Plugin { onLoad () {} onStart () { diff --git a/Plugins/SteamProfileLink/README.md b/Plugins/OpenSteamLinksInApp/README.md similarity index 94% rename from Plugins/SteamProfileLink/README.md rename to Plugins/OpenSteamLinksInApp/README.md index fd81d748fa..0b37fb45d9 100644 --- a/Plugins/SteamProfileLink/README.md +++ b/Plugins/OpenSteamLinksInApp/README.md @@ -1,7 +1,7 @@ -# Steam Profile Link [![Download][download-badge]][download-link] [![Support][support-badge]][support-link] [![PayPal][paypal-badge]][paypal-link] [![Patreon][patreon-badge]][patreon-link] +# Open Steam Links In App [![Download][download-badge]][download-link] [![Support][support-badge]][support-link] [![PayPal][paypal-badge]][paypal-link] [![Patreon][patreon-badge]][patreon-link] [download-badge]: https://img.shields.io/badge/Download-%233a71c1.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAgCAYAAAAIXrg4AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAd5gAAHeYBMKt3fAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAE9SURBVEiJ7ZQ7TsNAFEWv06IAShOkEDD5UNCwB8RCWEYWAqkIYiEgZQERoqLgFz4hUIaC+tCM4cmyk4mxCyRfaSRL8+49781YI3kKOASmwBtw4OvzFnDJry58fZUlGGvme70IQCaVgBLwXwBADegDp0AjaxjQAAbACVCzG+fmGRgDYYJ5ZGpGCfuh80Ya/EwgqWpqQ0lDoLVE5y1JQ+eNVLUFXfdSWr0A7UUTAG1XazUFuvEudoFJrPAd2EsDuMZeY56PyJM0aqohDljU0Lzz7KSMbMMmJB9px/fStoFH/PWMuS9fyBbw4Bnu/cclQe7nhD8BO5nCDaQJ3CWEj/8cbiAbwI0JvwU2cwk3kDpw7FY91/BShSoAmpKOJK3knP0l6SwAriXt5xwe6SoAPiWtFgSYVST1JM2KCJfU+wadgFl0/0HGbQAAAABJRU5ErkJggg== -[download-link]: https://mwittrien.github.io/downloader/?plugin=SteamProfileLink +[download-link]: https://mwittrien.github.io/downloader/?plugin=OpenSteamLinksInApp [support-badge]: https://img.shields.io/badge/Support-%2343b581.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAC4UlEQVRYR8WXS4jNcRTHP195bEgWkoVsCAspNcVoLGblsaAoFCalBqU8BhuPPDZeQ5LBRmHBYsok7KYor5TyKDI2UiQLZWwojs6d351+85977+93J7q/uqt7Hp/fOed3zvmLzGNm44BWYAUwB5gafm7hc/i9AXqAXkk/c0wrJWRmU4BDwHpgQko+/N8PXAcOS/pSS6cqgJmNBfYBe4HxmY6LYj+AE8BxSb8q2agIEG7dDSwaoeOi2kNgVaVoDAMws7nAHWDaP3JeNvMRWC7pVWx3CEC4+bMM533AE+B5MDYfWADMTEA7RFMciUGAkPPeRNi9svcDnZL+xM7MbBSwCzgG+IupdjwdreWaiAEOAEdqKLrzZknlW1cUNTOPxqMExEFJR91ACSCE/n2i2vdIOpVTF2bWAZysIeuvY4anogxwAdhaQ8FzPjsOu5lNAjYFnSuSvpX1QzreJmqiS9I2hQ73NdFkrknaGDlw5x8iHW880wsQV4ENNS7lOpMdYClwNxHanZLORgBebKcLOrsldUYyO4AzCbvLHOAi0J4QbJd0OTJ+D1iSANgOnEvYveQA94HFCcHvgDv1M7GC80op6AK2JOw+cIB3GQ2kmh1/Oe6oWISjgdfArARAnwM4fb3D5jew0lu2JCs6MbOc8Lvaj5EC9EhygGHHzFqA2yFVqbZRAhhJCtok+TMbPGY2BmgDzie6YKxWSkFOERZvsk7SjehVbA4zwJeXek6pCHOeYdHoWkk3IwCHWVOP5yBbeoY5jahoO6cv5PCUGpGPzlQrLhpL9YUc5wOt2CXNLDWMKhn0ifYSWFieqjleI5mBYRQAvHhS4zi2/wJokdRvZk3A0zohho7jAJFaSGKADkmDw8jMfMtpriMCQxeSAOBreGolK/volrQ66Pm3wqc6umnllSxKRc5S6q34FvA4zPx5mbevvpRGb7pxa3kE4UXZmA+TCKJxn2ZxPhv2cVosqv/1ef4XvUY7+DQzteEAAAAASUVORK5CYII= [support-link]: https://discord.com/invite/Jx3TjNS @@ -15,4 +15,4 @@ Opens Steam Links in Steam instead of your Browser -![cover](https://mwittrien.github.io/BetterDiscordAddons/Plugins/SteamProfileLink/_res/cover.png) \ No newline at end of file +![cover](https://mwittrien.github.io/BetterDiscordAddons/Plugins/OpenSteamLinksInApp/_res/cover.png) \ No newline at end of file diff --git a/Plugins/SteamProfileLink/_res/cover.png b/Plugins/OpenSteamLinksInApp/_res/cover.png similarity index 100% rename from Plugins/SteamProfileLink/_res/cover.png rename to Plugins/OpenSteamLinksInApp/_res/cover.png diff --git a/Plugins/README.md b/Plugins/README.md index 32164ebed8..f25980f8f1 100644 --- a/Plugins/README.md +++ b/Plugins/README.md @@ -56,7 +56,7 @@ - [Spell Check](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/SpellCheck) - Adds a Spell Check to all Message Inputs - [Spotify Controls](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/SpotifyControls) - Adds a Control Panel while listening to Spotify on a connected Account - [Staff Tag](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/StaffTag) - Adds a Crown/Tag to Server Owners (or Admins/Management) - - [Steam Profile Link](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/SteamProfileLink) - Opens Steam Links in Steam instead of your Browser + - [Open Steam Links In App](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/OpenSteamLinksInApp) - Opens Steam Links in Steam instead of your Browser - [Theme Repo](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ThemeRepo) - Allows you to download all Themes from BD's Website within Discord - [Theme Settings](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ThemeSettings) - Allows you to change Theme Variables within Discord - [Timed Light Dark Mode](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/TimedLightDarkMode) - Adds a Time Slider to the Appearance Settings