About 495,000 results
Open links in new tab
  1. GitHub - discord-jda/JDA: Java wrapper for the popular chat

    This open source library is intended for implementing bots on Discord using the real-time gateway and REST API. It provides event based functionality to implement bots of any kind, allowing for …

  2. Making a Basic Discord Bot with Java | by Oliy - Medium

    Jun 19, 2018 · We’ll build a really basic bot with the JDA discord API wrapper. In this tutorial, we’ll use the IntelliJ IDEA IDE, created by Jetbrains. This tutorial assumes you have a JDK 8+ …

  3. java-discord-bot · GitHub Topics · GitHub

    Feb 7, 2025 · Here are 22 public repositories matching this topic... An easy to use multithreaded library for creating Discord bots in Java. A multipurpose Discord bot written in Kotlin. A Java …

  4. Creating a Discord Bot with Discord4J + Spring Boot - Baeldung

    Feb 19, 2025 · Discord4J is an open-source Java library that can primarily be used to quickly access the Discord Bot API. It heavily integrates with Project Reactor to provide a completely …

  5. Basic Bot Tutorial - Discord4J

    Apr 12, 2024 · Discord4J provides a way to do those interactions in Java. We take care of the low-level details like maintaining a websocket connection and making HTTP requests to …

  6. Kaaz/DiscordBot: A Java Discord bot using JDA - GitHub

    You can launch the bot with the following command: java -jar <jarfilename> On first launch, It will generate an application.cfg file and exit. You'll have to edit the config file and add in your …

  7. How To Create A Discord Bot With JDA – Full Beginner Guide

    May 20, 2023 · In this tutorial, we will show you how to create a Discord bot using JDA (Java Discord API). With its own slash commands and running as its own CLI program through your …

  8. Getting Started - JDA Wiki

    Make sure to make your bot public, this allows others to invite your bot to your server. You only want require code grant enabled if you plan to use an oauth2 flow, the general user will not …

  9. Javacord

    An easy to use multithreaded library for creating Discord bots in Java. Javacord is a modern library that focuses on simplicity and speed 🚀.

  10. Creating a Discord Bot with Java - Medium

    Nov 23, 2022 · The basic idea is straightforward, create a bot which connects to Discord over JDA (Java Discord API) and listens for commands. If you use such a command, the bot should …

  11. Some results have been removed
Refresh