discord-jda/jda

Java wrapper for the popular chat & VOIP service: Discord https://discord.com

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 50 minutes ago
Added to GitGenius on September 14th, 2026
Created on December 12th, 2015
Open Issues & Pull Requests: 75 (+0)
GitHub issues: Enabled
Number of forks: 758
Total Stargazers: 4,690 (+0)
Total Subscribers: 68 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.0 hours
Mean response time: 19.7 days
90th percentile: 65.1 days
Tracked items: 75

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 18
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 308 days
Stale 30+ days: 18
Stale 90+ days: 16

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • status: completed (16)
  • bug (13)
  • type: feature (7)
  • type: discord issue (4)
  • status: need more info (3)
  • type: documentation (3)
  • status: awaiting discord docs pr (2)
  • type: enhancement (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

JDA is a Java wrapper for the Discord API that enables developers to build bots using the real-time gateway and REST API.

JDA addresses the challenge of implementing Discord bots by providing an event-based architecture that responds to platform events in real-time. The library simplifies this through three core concepts: an event system that abstracts gateway API events into manageable handlers, REST actions that support multiple execution patterns including callbacks, futures, and blocking calls while automatically managing Discord's rate limits, and a customizable cache system that lets developers trade memory usage for performance with sensible default presets.

The tool suits developers building Discord bots of any scale, from small single-guild bots to applications spanning thousands of guilds. JDA requires Java SE 8 or later and provides built-in Kotlin interoperability through JSR 305 annotations. The library includes example implementations and comprehensive documentation through its wiki and Javadocs. For audio functionality, developers must separately add a dependency implementing the DAVE Protocol. The project offers multiple builder patterns—JDABuilder for smaller bots and DefaultShardManagerBuilder for larger deployments—with preset cache and intent configurations to simplify initial setup.

The project maintains steady engagement with regular updates addressing bug fixes and feature enhancements. Development activity shows consistent responsiveness to issues and pull requests, with maintainers actively guiding users through configuration decisions around caching strategies and gateway intents. The codebase demonstrates attention to API design, offering developers granular control over resource usage while providing sensible defaults that work for common use cases.