Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add emote is available #5

Merged
merged 71 commits into from
May 21, 2020
Merged

Conversation

Andre601
Copy link
Owner

Pull Request Etiquette

Changes

  • Internal code
  • Library interface (affecting end-user code)
  • Documentation
  • Other: _____

Closes Issue: NaN

Description

Replace this sentence with general description of what your Pull Request does.

MinnDevelopment and others added 30 commits December 25, 2019 11:24
Fake members will use fake users that are not cached
…1117)

* Add functionality to set/get state of embed suppression

* Provide Enum for MessageFlags
* Improve handling of events for unavailable guilds
* Add UnavailableGuildLeaveEvent
* Update docs for Guild#isAvailable
This is a bug since the override shouldn't be in the interface
if the member is not actually in the cache. With the current
implementation we have a cache inconsistency that could NPE.
There really is no point in holding a write-lock here
* Add ErrorHandler utility class
* Improve logging of 429 warnings
* Add clearReactions(String)
* Add MessageReactionRemoveEmoteEvent
* Fix some outdated documentation
* Log and rethrow errors in BotRateLimiter workers
Adds GuildInviteCreateEvent and GuildInviteDeleteEvent
…1190)

* First pass on member cache policy
* Add INVALID_INTENTS to close code enum
* Deprecate AccountType.CLIENT
* Add Guild#unloadMembers
* Update README with better examples
* Improve handling of channel overrides
* Add documentation for intents and member cache policy
* Remove references to guild subscriptions
* Add GuildMemberRemoveEvent
* Improve retrieveMemberById and retrieveUserById
* Changes to the builders, we use factory methods now :)
* Disable presence cache by default
* Add JDA#getGatewayIntents
MinnDevelopment and others added 28 commits April 5, 2020 15:01
* Change reconnect code to 4900 to avoid confusion
* And update the disconnect handling to better log things
* Make resume reconnect log on debug
* Log server error on error level
* Add catch in gateway worker
Fix incorrect size check for MessageChannel#sendFile
* Add note about presence update and member intents
* Fix typo in readme
* Add MessageChannel#retrieveReactionUsersById and update reaction related docs (discord-jda#1236)
* Add requirements section to member/user events
* Lazy load member limits for guilds
* Improve implementation of update handler
* Add Guild#retrieveMetaData
* Add retrieveMemberByPrefix
* Add event pool configuration
* Fix javadoc errors
* Rename chunkSyncQueue -> chunkQueue
* Add methods to bulk retrieve members
* Add documentation
* Add missing annotations to Task interface
* Use random number as nonce
* Remove usage of AssertionError
* Improve handling of Errors
@Andre601 Andre601 merged commit d82688f into development May 21, 2020
@Andre601 Andre601 deleted the feature/add-emote-isAvailable branch May 21, 2020 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet