This project is a Discord bot that retrieves item prices from the Tarkov API and provides them to users through slash commands. It uses the JDA library for Discord API integration and the JSON-simple library for parsing JSON data.
- Java 11
- JDA 4.4.0_57
- JSON-simple 1.1
- ShadowJAR
- Clone the repository
- Open the project in your preferred Java IDE.
- Add your Discord bot token to a new Token.java file
- Build with './graldew ShadowJAR and run the JAR file
- Invite the bot to your Discord server.
- Use the
/price
slash command followed by the item name to get the item price.