This project provides an easy start into discord bot development in Java.
- Clone repository
- Import Gradle project into your IDE
- Execute gradle setup tasks to generate your classpath
- Activate discord developer mode
- Copy & paste your discord user ID into class named
Helper
- Create a new discord bot on https://discord.com/developers/applications
- Copy & paste your bot token into class named
Helper
- Add the bot to your server
- Send
!help
or!hello
to the bot
- JDA: 4.2.0_214
- JDA Utilities: 3.0.5
- AdoptOpenJDK: 15.0.1.9 Hotspot