/Kyrtizanka-Bot

Discord bot for Coders Squad server

Primary LanguageKotlinMIT LicenseMIT

Coders Squad - Discord Bot

Discord bot with some helpful things for our (private, lol) discord server

Language/Build System

Kotlin Gradle

Dependencies

Maven metadata URL Maven metadata URL Maven metadata URL Maven Central Maven Central Maven Central Maven Central Maven Central Maven Central Maven Central Maven Central Maven Central Maven Central Maven Central Maven metadata URL JitPack

Start project

  1. Run in console from cs_dsbot dir:
./gradlew build
./gradlew run
  1. Configure created config.yml file
  2. Run bot again:
./gradlew run

Building for deploying to prod

  1. Run in console from cs_dsbot dir:
./gradlew shadowJar
  1. Find compiled JAR file in the build/libs
  2. Run it with java -jar FILENAME.jar command