Added BetterDiscord support with a plugin#1708
Merged
simon-wh merged 16 commits intoantonpup:devfrom Dec 20, 2019
diogotr7:feature/discord
Merged
Added BetterDiscord support with a plugin#1708simon-wh merged 16 commits intoantonpup:devfrom diogotr7:feature/discord
simon-wh merged 16 commits intoantonpup:devfrom
diogotr7:feature/discord
Conversation
Overrides system doesn't support enums yet
Bluscream
reviewed
Nov 7, 2019
Project-Aurora/Project-Aurora/Profiles/Discord/Control_Discord.xaml.cs
Outdated
Show resolved
Hide resolved
Bluscream
reviewed
Nov 7, 2019
Project-Aurora/Project-Aurora/Profiles/Discord/DiscordApplication.cs
Outdated
Show resolved
Hide resolved
Bluscream
reviewed
Nov 7, 2019
| onLibLoaded() { | ||
|
|
||
| this.settings = NeatoLib.Settings.load(this, this.defaultSettings); | ||
| NeatoLib.Updates.check(this, "https://raw.githubusercontent.com/Popat0/Discord-GSI/master/AuroraGSI.plugin.js"); |
There was a problem hiding this comment.
Why would you want another update check in the js code? Either use the pluginrepo from BD or do the update check here in C#
There was a problem hiding this comment.
You do realize not everyone uses PluginRepo, right? As for Aurora it only is supposed to install the plugin for a first run, not check if it's up to date.
Bluscream
previously approved these changes
Nov 11, 2019
Bluscream
left a comment
There was a problem hiding this comment.
looked through, couldn't find anything major
simon-wh
previously approved these changes
Dec 15, 2019
simon-wh
approved these changes
Dec 20, 2019
simon-wh
approved these changes
Dec 20, 2019
simon-wh
approved these changes
Dec 20, 2019
|
OwO finally lul |
Attempted a fix by updating the library a couple hours ago, unsure if it worked due to an acute case of lack of computer. Restarting Discord is enough to get the update. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds support for discord status information. Uses only overlays, the regular layers are disabled by default.
Thanks to @Popat0 for writing most of the plugin.