pingex
/
DiscordBot
Archived
1
0
Fork 0
Modular Discord bot, written in Java. Inactive project.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Pingex aka Raphaël 61aaf6fb28 League Of Discord, initial commit. 10 years ago
gradle/wrapper Init commit 10 years ago
src/main/java/net/pingex League Of Discord, initial commit. 10 years ago
.gitignore Done #3 (ACL), still need testing though 10 years ago
build.gradle League Of Discord, initial commit. 10 years ago
config.example.ini League Of Discord, initial commit. 10 years ago
gradlew Init commit 10 years ago
gradlew.bat Corrected source tree. 10 years ago
readme.md Basic ReadMe 10 years ago
settings.gradle Init commit 10 years ago

readme.md

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.
  • You need to have the latest gradle installed, or dependencies won't resolve.
  • Execute the following:
git clone https://git.pingex.net/pingex/DiscordBot
cd DiscordBot
gradle 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)