fix import

This commit is contained in:
Paul Reilly 2023-05-19 18:17:24 -05:00
parent 8605120752
commit 288e32b47d
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ repositories {
dependencies {
compileOnly project(":Patchwork")
compileOnly "com.discord4j:discord4j-core:3.2.3"
compileOnly "com.discord4j:discord4j-commons:3.2.3"
testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation 'org.junit.jupiter:junit-jupiter'