Bug fix, and default synced guild request#73
Open
lastbattle wants to merge 19 commits intosuicvne:masterfrom
Open
Bug fix, and default synced guild request#73lastbattle wants to merge 19 commits intosuicvne:masterfrom
lastbattle wants to merge 19 commits intosuicvne:masterfrom
Conversation
Allows the bot to join default discord guilds to retrieve updates such as user's presence, online/offline/idle status, PRESENCE_UPDATE
Do not track.
Amitabitbul
approved these changes
Jan 15, 2018
Owner
added 11 commits
March 20, 2018 18:39
More testing...
Ignored exception causing performance issues when loading servers with a large amount of members
Owner
Author
|
yea, its diverging a lot since the fork. |
Owner
|
by fork do you mean DSharpPlus? Yeah I haven't touched this in about a year or two and i'm sure i've had the giant warning text on the README.md longer. |
suicvne
reviewed
Oct 5, 2018
Owner
suicvne
left a comment
There was a problem hiding this comment.
None of these are getting merged in, this project is dead
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.
-Some of the discord json responses seems to be different from the time this was created. I've since fixed them, which are previously causing exceptions.
-Added new DiscordMember status: "dnd" (Do not disturb)
-On top of that I've added a property 'DiscordSyncedGuilds' to DiscordClient, which allows the user to subscribe to the channel to receive 'PRESENCE_UPDATE', and user's online/offline status when requesting for guild information.