A free software discord client written in Kotlin.
This software may be seen as self-botting and is suspect to violation of Discord's Terms of Service and therefore could lead to the termination of your Discord account.
Binaries will not be provided. USE AT YOUR OWN RISK.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- Java Development Kit 12 (e.g. OpenJDK 12 or OracleJDK 12)
This will compile and run the application.
Open a command line inside the project directory and run:
> gradlew run
Open a terminal inside the project directory and run:
$ ./gradlew run
This will give you a jar-file with all dependencies included.
Open a command line inside the project directory and run:
> gradlew shadowJar
Open a terminal inside the project directory and run:
$ ./gradlew shadowJar
This software is free software licensed under GPL 2.0.