jda.wiki Open in urlscan Pro
2606:50c0:8003::153  Public Scan

Submitted URL: http://jda.wiki/
Effective URL: https://jda.wiki/
Submission: On December 03 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form class="md-header__option" data-md-component="palette">
  <input class="md-option" data-md-color-media="(prefers-color-scheme: light)" data-md-color-scheme="default" data-md-color-primary="purple" data-md-color-accent="indigo" aria-label="Switch to dark mode" type="radio" name="__palette"
    id="__palette_1">
  <label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_2">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
      <path
        d="m17.75 4.09-2.53 1.94.91 3.06-2.63-1.81-2.63 1.81.91-3.06-2.53-1.94L12.44 4l1.06-3 1.06 3 3.19.09m3.5 6.91-1.64 1.25.59 1.98-1.7-1.17-1.7 1.17.59-1.98L15.75 11l2.06-.05L18.5 9l.69 1.95 2.06.05m-2.28 4.95c.83-.08 1.72 1.1 1.19 1.85-.32.45-.66.87-1.08 1.27C15.17 23 8.84 23 4.94 19.07c-3.91-3.9-3.91-10.24 0-14.14.4-.4.82-.76 1.27-1.08.75-.53 1.93.36 1.85 1.19-.27 2.86.69 5.83 2.89 8.02a9.96 9.96 0 0 0 8.02 2.89m-1.64 2.02a12.08 12.08 0 0 1-7.8-3.47c-2.17-2.19-3.33-5-3.49-7.82-2.81 3.14-2.7 7.96.31 10.98 3.02 3.01 7.84 3.12 10.98.31Z">
      </path>
    </svg>
  </label>
  <input class="md-option" data-md-color-media="(prefers-color-scheme: dark)" data-md-color-scheme="slate" data-md-color-primary="purple" data-md-color-accent="indigo" aria-label="Switch to light mode" type="radio" name="__palette" id="__palette_2">
  <label class="md-header__button md-icon" title="Switch to light mode" for="__palette_1" hidden="">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
      <path
        d="M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m0-7 2.39 3.42C13.65 5.15 12.84 5 12 5c-.84 0-1.65.15-2.39.42L12 2M3.34 7l4.16-.35A7.2 7.2 0 0 0 5.94 8.5c-.44.74-.69 1.5-.83 2.29L3.34 7m.02 10 1.76-3.77a7.131 7.131 0 0 0 2.38 4.14L3.36 17M20.65 7l-1.77 3.79a7.023 7.023 0 0 0-2.38-4.15l4.15.36m-.01 10-4.14.36c.59-.51 1.12-1.14 1.54-1.86.42-.73.69-1.5.83-2.29L20.64 17M12 22l-2.41-3.44c.74.27 1.55.44 2.41.44.82 0 1.63-.17 2.37-.44L12 22Z">
      </path>
    </svg>
  </label>
</form>

Name: search

<form class="md-search__form" name="search">
  <input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required="">
  <label class="md-search__icon md-icon" for="__search">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
      <path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"></path>
    </svg>
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
      <path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"></path>
    </svg>
  </label>
  <nav class="md-search__options" aria-label="Search">
    <button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
        <path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41Z"></path>
      </svg>
    </button>
  </nav>
</form>

Text Content

Skip to content

JDA Wiki
Home

Type to start searching
JDA
 * v5.0.0-beta.18
 * 4k
 * 714

 * Getting Started
 * Setup
 * Using JDA
 * Contributing
 * Javadocs

A clean and highly-effective Java Wrapper for the Discord API

Get Started




GETTING STARTED¶

JDA is distributed through MavenCentral, allowing you an easy inclusion into
your Java project by the dependency manager of your choice.


CONFIGURATION¶

MavenMaven (No Audio)GradleGradle (No Audio)

<dependency>
  <groupId>net.dv8tion</groupId>
  <artifactId>JDA</artifactId>
  <version>VERSION</version>
</dependency>


<dependency>
  <groupId>net.dv8tion</groupId>
  <artifactId>JDA</artifactId>
  <version>VERSION</version>
  <exclusions>
    <exclusion>
      <groupId>club.minnced</groupId>
      <artifactId>opus-java</artifactId>
    </exclusion>
  </exclusions>
</dependency>


repositories {
  mavenCentral()
}

dependencies {
  implementation("net.dv8tion:JDA:VERSION")
}


repositories {
  mavenCentral()
}

dependencies {
  implementation("net.dv8tion:JDA:VERSION") {
    exclude module: 'opus-java'
  }
}


JDA Wiki
JDA
 * v5.0.0-beta.18
 * 4k
 * 714

 * Getting Started
   Getting Started
    * JDA
    * Using Events
    * List of Events
    * FAQ
    * Migration V3 -> V4
    * Migration V4 -> V5

 * Setup
   Setup
    * IntelliJ IDEA Setup
    * Eclipse Setup
    * Netbeans Setup
    * Logging (SLF4J)

 * Using JDA
   Using JDA
    * Getting Started
    * Making a Music Bot
    * Using RestAction
    * Interactions
    * Paginating Entities
    * Gateway Intents and Member Cache Policy
    * Webhooks
    * Managers and Moderation
    * Using New Features
    * Troubleshooting

 * Contributing
   Contributing
    * Contributing
    * Structure Guide
    * Repository Structure

 * Javadocs




RESOURCES

 * Javadocs
 * GitHub (JDA)
 * GitHub (Wiki)
 * Discord API Docs


COMMUNITY

 * Discord Server
 * Open Collective

Copyright 2015 Austin Keener, Michael Ritter, Florian Spieß, and Wiki
Contributors