Skip to content

Commit

Permalink
delete test bot
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Aug 21, 2024
1 parent 75dee62 commit 1c9e1ba
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 187 deletions.
27 changes: 0 additions & 27 deletions Testbot/build.gradle.kts

This file was deleted.

35 changes: 0 additions & 35 deletions Testbot/readme.md

This file was deleted.

105 changes: 0 additions & 105 deletions Testbot/src/main/kotlin/lavalink/testbot/testbot.kt

This file was deleted.

11 changes: 0 additions & 11 deletions Testbot/src/main/resources/logback.xml

This file was deleted.

9 changes: 0 additions & 9 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ rootProject.name = "Lavalink-Parent"

include(":Lavalink-Server")
include(":protocol")
include(":Testbot")
include(":plugin-api")
include("plugin-api")

project(":Lavalink-Server").projectDir = file("$rootDir/LavalinkServer")

Expand All @@ -18,7 +16,6 @@ dependencyResolutionManagement {
voice()
metrics()
common()
other()
}
}
}
Expand Down Expand Up @@ -80,9 +77,3 @@ fun VersionCatalogBuilder.common() {

library("spotbugs", "com.github.spotbugs", "spotbugs-annotations").version("3.1.6")
}


fun VersionCatalogBuilder.other() {
library("jda", "net.dv8tion", "JDA").version("4.1.1_135")
library("lavalink-client", "com.github.FredBoat", "Lavalink-Client").version("8d9b660")
}

0 comments on commit 1c9e1ba

Please sign in to comment.