PolyBot is a multipurpose discord bot framework written in Kotlin. It is designed to be highly extensible and easy to re-use features through the plugin system.
PolyBot is currently being rewritten to add support for a powerful plugin system. Once finished, it will be extremely extensible and powerful. Current ETA is unknown.
To build PolyBot from the source code, simply invoke
./gradlew buildfor Linux/MacOS, or
gradlew.bat buildfor Windows, and it will produce a jar file in the build/libs/ folder. The *-all.jar file is a shaded jar,
containing all the dependencies, and the *.jar file contains none of them. If you want to download a tarball with all
the required jar files, check the build/distributions/ folder.