# DiscordBot ## What is this DiscordBot is just another bot written in Java. So basically it's a modular bot, which means you can create your own plugins to integrate with it. *coming soon* ## Getting started * You need Java 8. Run `java -version` to check. * Execute the following: ``` git clone https://git.pingex.net/pingex/DiscordBot.git cd DiscordBot ./gradlew ./gradlew jar ``` * You can find the compiled jar in `build/libs/DiscordBot-X.Y.Z.jar`. * Copy `config.example.ini` to `config.ini` and place it in the same directory as the jar. Then tweak it following your needs. * Then `java -jar DiscordBot-X.Y.Z.jar` to run it. Notes: * No plugin will start by default. You need to enable them by specifying their full classname in the config file. (behavior to be changed)