{"id":69055,"library":"jda","title":"JDA (Java Discord API)","description":"A Java wrapper for the Discord chat and VOIP service, providing a comprehensive API for bot development.","status":"active","version":"6.4.1","language":"java","source_language":null,"source_url":"https://github.com/discord-jda/JDA","tags":["discord","bot","api","wrapper","chat"],"install":[{"cmd":"<dependency>\n  <groupId>net.dv8tion</groupId>\n  <artifactId>JDA</artifactId>\n  <version>6.4.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'net.dv8tion:JDA:6.4.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"JDA","correct":"net.dv8tion.jda.api.JDA"}],"quickstart":{"code":"import net.dv8tion.jda.api.JDA;\nimport net.dv8tion.jda.api.JDABuilder;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        JDA jda = JDABuilder.createDefault(\"YOUR_TOKEN\").build();\n        jda.awaitReady();\n        System.out.println(\"Bot is ready!\");\n    }\n}","lang":"java","description":"Builds and starts a Discord bot with a token."},"warnings":[{"fix":"Migrate event listeners to the new ListenerAdapter or EventListener interface.","message":"JDA 5.x uses a new event system that is incompatible with 4.x.","severity":"breaking","affected_versions":">=5.0.0"}],"env_vars":null,"search_vec":"'api':4,18,24 'bot':20,23 'chat':11,26 'comprehens':17 'develop':21 'discord':3,10,22 'java':2,6 'jda':1 'provid':15 'servic':14 'voip':13 'wrapper':7,25","created_at":"2026-06-17T17:56:56.270415+00:00","updated_at":"2026-06-17T17:56:56.270415+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/discord-jda/JDA","github":"https://github.com/discord-jda/JDA","docs":"https://appdoc.app/artifact/net.dv8tion/JDA/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}