Skip to content

Commit

Permalink
Mention rate-limit handling
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment authored Mar 31, 2024
1 parent 7ce99b5 commit 6c3fab5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ The core concepts of JDA have been developed to make building scalable apps easy
Providing simplified events from the gateway API, to respond to any platform events in real-time without much hassle.
2. Rest Actions
Easy to use and scalable implementation of REST API functionality, letting you choose between callbacks with combinators, futures, and blocking.
3. Customizable Cache
The library also handles rate-limits imposed by Discord automatically, while still offering ways to replace the default implementation.
4. Customizable Cache
Trading memory usage for better performance where necessary, with sane default presets to choose from and customize.

## Installation
Expand Down

0 comments on commit 6c3fab5

Please sign in to comment.