Discord bot that generates probability odds to help players make better decisions. It also helps with automating game features, such as dice rolls and plot point management.
Go to the Discord developer website and set up a new application and then generate a bot token. Have the token ready and don't give it to people you don't trust.
https://discordapp.com/developers/applications/
IntelliJ, Java 8, Gradle
- Open IntelliJ
- Clone this repository with git clone
- Open the bot.properties file and fill in fields with appropriate information
- Add resource files
- Run TwoDee to generate Google API token
- To get a distribution, use ./gradle distzip
- JavaCord - An easy to use multithreaded library for creating Discord bots in Java.
- Gradle - Dependency Management
This project is licensed under the MIT License - see the LICENSE file for details
Thanks to JavaCord for providing an easy to use library for creating Discord bots, wadeanthony0100 for helping me with web requests, and SuicidalSteve for giving me the idea on how to generate statistics.