|
|
@ -5,12 +5,12 @@ DiscordBot is just another bot written in Java. So basically it's a modular bot,
|
|
|
|
|
|
|
|
|
|
|
|
## Getting started
|
|
|
|
## Getting started
|
|
|
|
* You need Java 8. Run `java -version` to check.
|
|
|
|
* You need Java 8. Run `java -version` to check.
|
|
|
|
* You need to have the latest gradle installed, or dependencies won't resolve.
|
|
|
|
|
|
|
|
* Execute the following:
|
|
|
|
* Execute the following:
|
|
|
|
```
|
|
|
|
```
|
|
|
|
git clone https://git.pingex.net/pingex/DiscordBot
|
|
|
|
git clone https://git.pingex.net/pingex/DiscordBot.git
|
|
|
|
cd DiscordBot
|
|
|
|
cd DiscordBot
|
|
|
|
gradle jar
|
|
|
|
./gradlew
|
|
|
|
|
|
|
|
./gradlew jar
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
* You can find the compiled jar in `build/libs/DiscordBot-X.Y.Z.jar`.
|
|
|
|
* You can find the compiled jar in `build/libs/DiscordBot-X.Y.Z.jar`.
|
|
|
|