Bot works nice. Thank you!
A tip for Windows users to get this running because there is not much of a howto.
First you need to make sure you have Java installed:
Click Start -> type
cmd to open the Command Prompt
Then type
java -versionIf it can't find anything, you need to download and install it from the Java website.
https://java.com/en/download/Once that is done, extract the .zip file from GitHub to your desktop (can be anywhere but put it here for the tutorial)
In your command prompt window you need to make sure it is reading from the proper directory, by default it will be on:
C:\Users\YourComputerName>So to point it to the proper folder type:
C:\Users\YourComputerName>
cd Desktop\PrimeDiceBot-masterNOW you can type:
C:\Users\YourComputerName\Desktop\PrimeDiceBot-master>
java -jar PrimeBot.jarAnd the rest of the instructions will appear on the screen. If you have any troubles feel free to PM me.
Thanks again daCoops for the bot!