Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix listing
Browse files Browse the repository at this point in the history
MinnDevelopment authored Mar 31, 2024
1 parent 6c3fab5 commit 6292e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -43,10 +43,10 @@ The core concepts of JDA have been developed to make building scalable apps easy

1. Event System
Providing simplified events from the gateway API, to respond to any platform events in real-time without much hassle.
2. Rest Actions
1. Rest Actions
Easy to use and scalable implementation of REST API functionality, letting you choose between callbacks with combinators, futures, and blocking.
The library also handles rate-limits imposed by Discord automatically, while still offering ways to replace the default implementation.
4. Customizable Cache
1. Customizable Cache
Trading memory usage for better performance where necessary, with sane default presets to choose from and customize.

## Installation

0 comments on commit 6292e1e

Please sign in to comment.