Skip to content

Commit 00cc575

Browse files
committed
delete test bot
1 parent 4257d7a commit 00cc575

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

settings.gradle.kts

-7
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ dependencyResolutionManagement {
1616
voice()
1717
metrics()
1818
common()
19-
other()
2019
}
2120
}
2221
}
@@ -78,9 +77,3 @@ fun VersionCatalogBuilder.common() {
7877

7978
library("spotbugs", "com.github.spotbugs", "spotbugs-annotations").version("3.1.6")
8079
}
81-
82-
83-
fun VersionCatalogBuilder.other() {
84-
library("jda", "net.dv8tion", "JDA").version("4.1.1_135")
85-
library("lavalink-client", "com.github.FredBoat", "Lavalink-Client").version("8d9b660")
86-
}

0 commit comments

Comments
 (0)