From 6d33bd716ebd0badc17e407147d4913efb6b599f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 07:48:33 +0000 Subject: [PATCH 01/18] Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.0.1 to 24.1.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/24.0.1...24.1.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcea1065..1a2f749c 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ org.jetbrains annotations - 24.0.1 + 24.1.0 compile From cdd840e846a40f6d763f5c12bc5a05063e9f7659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 07:56:10 +0000 Subject: [PATCH 02/18] Bump net.dv8tion:JDA from 5.0.0-beta.15 to 5.0.0-beta.18 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.0.0-beta.15 to 5.0.0-beta.18. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.0.0-beta.15...v5.0.0-beta.18) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcea1065..303f0fc0 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ net.dv8tion JDA - 5.0.0-beta.15 + 5.0.0-beta.18 org.json From 41ac05ad8a8fa4eef331d4cecbdbb60754f2777e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 07:36:33 +0000 Subject: [PATCH 03/18] Bump redis.clients:jedis from 5.0.1 to 5.1.0 Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcea1065..07f7f1ce 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ redis.clients jedis - 5.0.1 + 5.1.0 io.sentry From 3c16de576035aedbd3f07848c387d3ec8d88cded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 07:36:45 +0000 Subject: [PATCH 04/18] Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 Bumps org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcea1065..9d427eda 100644 --- a/pom.xml +++ b/pom.xml @@ -95,7 +95,7 @@ org.apache.commons commons-lang3 - 3.13.0 + 3.14.0 org.mongodb From 66fd761d2a316887e7825cdfd347084fb8c6e768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 07:40:06 +0000 Subject: [PATCH 05/18] Bump kotlin.version from 1.9.20 to 1.9.21 Bumps `kotlin.version` from 1.9.20 to 1.9.21. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.20 to 1.9.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.20...v1.9.21) Updates `org.jetbrains.kotlin:kotlin-maven-serialization` from 1.9.20 to 1.9.21 Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.20 to 1.9.21 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-serialization dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcea1065..dd256a10 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ UTF-8 official 17 - 1.9.20 + 1.9.21 2.3.5 3.5.0 1.13.5 From 14cee1bffbbebc545f476a6642352fd5779eae01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 07:41:26 +0000 Subject: [PATCH 06/18] Bump org.jetbrains.kotlin:kotlin-test-junit5 from 1.9.10 to 1.9.21 Bumps [org.jetbrains.kotlin:kotlin-test-junit5](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v1.9.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test-junit5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcea1065..e2ae9857 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,7 @@ org.jetbrains.kotlin kotlin-test-junit5 - 1.9.10 + 1.9.21 test From 18e4622f8735d29d751fcc93387a4a2cbbb14604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 07:31:25 +0000 Subject: [PATCH 07/18] Bump serialization.version from 1.6.0 to 1.6.2 Bumps `serialization.version` from 1.6.0 to 1.6.2. Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.6.0 to 1.6.2 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.6.0...v1.6.2) Updates `org.jetbrains.kotlinx:kotlinx-serialization-core-jvm` from 1.6.0 to 1.6.2 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.6.0...v1.6.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-core-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcea1065..e43073c4 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 3.5.0 1.13.5 false - 1.6.0 + 1.6.2 17 main.main.RobertifyKt From ab6e621cb44f8f6f649aeeb3c4becd59591f5531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 07:31:37 +0000 Subject: [PATCH 08/18] Bump io.sentry:sentry-logback from 6.31.0 to 7.0.0 Bumps [io.sentry:sentry-logback](https://github.com/getsentry/sentry-java) from 6.31.0 to 7.0.0. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/6.31.0...7.0.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-logback dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcea1065..513e8ff4 100644 --- a/pom.xml +++ b/pom.xml @@ -130,7 +130,7 @@ io.sentry sentry-logback - 6.31.0 + 7.0.0 org.yaml From 7243f28c231d66bbed46b63db0ccdc54d40214ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 07:31:51 +0000 Subject: [PATCH 09/18] Bump io.sentry:sentry from 6.31.0 to 7.0.0 Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 6.31.0 to 7.0.0. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/6.31.0...7.0.0) --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcea1065..758189ed 100644 --- a/pom.xml +++ b/pom.xml @@ -125,7 +125,7 @@ io.sentry sentry - 6.31.0 + 7.0.0 io.sentry From 6f30d9b7640562f19952f815c23b7f889f6e18bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 07:05:35 +0000 Subject: [PATCH 10/18] Bump org.mockito.kotlin:mockito-kotlin from 5.1.0 to 5.2.1 Bumps [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) from 5.1.0 to 5.2.1. - [Release notes](https://github.com/mockito/mockito-kotlin/releases) - [Commits](https://github.com/mockito/mockito-kotlin/compare/5.1.0...5.2.1) --- updated-dependencies: - dependency-name: org.mockito.kotlin:mockito-kotlin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcea1065..c79e13f7 100644 --- a/pom.xml +++ b/pom.xml @@ -286,7 +286,7 @@ org.mockito.kotlin mockito-kotlin - 5.1.0 + 5.2.1 test From c428fb187611119923813573192ca290ac4f8dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 07:05:58 +0000 Subject: [PATCH 11/18] Bump dev.schlaubi.lavakord:lavasrc-jvm from 5.1.7 to 6.0.0 Bumps [dev.schlaubi.lavakord:lavasrc-jvm](https://github.com/DRSchlaubi/Lavalink.kt) from 5.1.7 to 6.0.0. - [Release notes](https://github.com/DRSchlaubi/Lavalink.kt/releases) - [Commits](https://github.com/DRSchlaubi/Lavalink.kt/compare/5.1.7...6.0.0) --- updated-dependencies: - dependency-name: dev.schlaubi.lavakord:lavasrc-jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcea1065..7ab71370 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ dev.schlaubi.lavakord lavasrc-jvm - 5.1.7 + 6.0.0 ch.qos.logback From 7c0597a0dd2ac1661bb71178fdc669f6af65aa71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 07:06:07 +0000 Subject: [PATCH 12/18] Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.14 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.11 to 1.4.14. - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.11...v_1.4.14) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcea1065..624de386 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ ch.qos.logback logback-classic - 1.4.11 + 1.4.14 io.github.cdimascio From 122408c6001757ec3384fe6b4968f564347a4546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 07:06:28 +0000 Subject: [PATCH 13/18] Bump org.mockito:mockito-core from 5.6.0 to 5.8.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.6.0 to 5.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.6.0...v5.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcea1065..311133b0 100644 --- a/pom.xml +++ b/pom.xml @@ -280,7 +280,7 @@ org.mockito mockito-core - 5.6.0 + 5.8.0 test From b23b71833a92f4204c8758895a32c7a5f9b24c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 07:06:34 +0000 Subject: [PATCH 14/18] Bump com.github.TopiSenpai.LavaSrc:lavasrc from 3.2.9 to 4.0.0 Bumps [com.github.TopiSenpai.LavaSrc:lavasrc](https://github.com/topi314/LavaSrc) from 3.2.9 to 4.0.0. - [Release notes](https://github.com/topi314/LavaSrc/releases) - [Commits](https://github.com/topi314/LavaSrc/compare/3.2.9...4.0.0) --- updated-dependencies: - dependency-name: com.github.TopiSenpai.LavaSrc:lavasrc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcea1065..80312bf3 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ com.github.TopiSenpai.LavaSrc lavasrc - 3.2.9 + 4.0.0 org.discordbots From 37255275d53d69bd75d5df9aed25d7bd7ac3aeec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 07:25:02 +0000 Subject: [PATCH 15/18] Bump com.influxdb:flux-dsl from 6.10.0 to 6.11.0 Bumps [com.influxdb:flux-dsl](https://github.com/influxdata/influxdb-client-java) from 6.10.0 to 6.11.0. - [Release notes](https://github.com/influxdata/influxdb-client-java/releases) - [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/influxdata/influxdb-client-java/compare/v6.10.0...v6.11.0) --- updated-dependencies: - dependency-name: com.influxdb:flux-dsl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcea1065..27914008 100644 --- a/pom.xml +++ b/pom.xml @@ -275,7 +275,7 @@ com.influxdb flux-dsl - 6.10.0 + 6.11.0 org.mockito From 564e4e8a023cedb01987b53ae3798a267b9c22d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 07:25:19 +0000 Subject: [PATCH 16/18] Bump com.influxdb:influxdb-client-kotlin from 6.10.0 to 6.11.0 Bumps [com.influxdb:influxdb-client-kotlin](https://github.com/influxdata/influxdb-client-java) from 6.10.0 to 6.11.0. - [Release notes](https://github.com/influxdata/influxdb-client-java/releases) - [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/influxdata/influxdb-client-java/compare/v6.10.0...v6.11.0) --- updated-dependencies: - dependency-name: com.influxdb:influxdb-client-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcea1065..778af72f 100644 --- a/pom.xml +++ b/pom.xml @@ -270,7 +270,7 @@ com.influxdb influxdb-client-kotlin - 6.10.0 + 6.11.0 com.influxdb From cdf9ddb1cd13e906b104c40dbca8d0f02bf72a1e Mon Sep 17 00:00:00 2001 From: bombies Date: Wed, 6 Dec 2023 21:35:30 -0500 Subject: [PATCH 17/18] Fix dependency integration issues --- src/main/kotlin/main/audiohandlers/RobertifyAudioManager.kt | 6 +++--- .../kotlin/main/audiohandlers/loaders/MainAudioLoader.kt | 2 +- .../kotlin/main/audiohandlers/loaders/SearchResultLoader.kt | 2 +- .../main/commands/slashcommands/audio/NowPlayingCommand.kt | 1 - .../kotlin/main/commands/slashcommands/audio/PlayCommand.kt | 2 +- .../main/commands/slashcommands/audio/SearchCommand.kt | 2 +- .../main/commands/slashcommands/audio/SearchQueueCommand.kt | 1 - 7 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/main/kotlin/main/audiohandlers/RobertifyAudioManager.kt b/src/main/kotlin/main/audiohandlers/RobertifyAudioManager.kt index b43d307b..461b2230 100644 --- a/src/main/kotlin/main/audiohandlers/RobertifyAudioManager.kt +++ b/src/main/kotlin/main/audiohandlers/RobertifyAudioManager.kt @@ -3,9 +3,9 @@ package main.audiohandlers //import main.utils.resume.ResumableTrack //import main.utils.resume.ResumableTrack.Companion.string //import main.utils.resume.ResumeData -import com.github.topisenpai.lavasrc.applemusic.AppleMusicSourceManager -import com.github.topisenpai.lavasrc.deezer.DeezerAudioSourceManager -import com.github.topisenpai.lavasrc.spotify.SpotifySourceManager +import com.github.topi314.lavasrc.applemusic.AppleMusicSourceManager +import com.github.topi314.lavasrc.deezer.DeezerAudioSourceManager +import com.github.topi314.lavasrc.spotify.SpotifySourceManager import com.sedmelluq.discord.lavaplayer.player.AudioPlayerManager import com.sedmelluq.discord.lavaplayer.player.DefaultAudioPlayerManager import com.sedmelluq.discord.lavaplayer.source.AudioSourceManagers diff --git a/src/main/kotlin/main/audiohandlers/loaders/MainAudioLoader.kt b/src/main/kotlin/main/audiohandlers/loaders/MainAudioLoader.kt index dd01775d..3106a42c 100644 --- a/src/main/kotlin/main/audiohandlers/loaders/MainAudioLoader.kt +++ b/src/main/kotlin/main/audiohandlers/loaders/MainAudioLoader.kt @@ -1,6 +1,6 @@ package main.audiohandlers.loaders -import com.github.topisenpai.lavasrc.spotify.SpotifySourceManager +import com.github.topi314.lavasrc.spotify.SpotifySourceManager import dev.arbjerg.lavalink.protocol.v4.Exception import dev.arbjerg.lavalink.protocol.v4.Playlist import dev.arbjerg.lavalink.protocol.v4.Track diff --git a/src/main/kotlin/main/audiohandlers/loaders/SearchResultLoader.kt b/src/main/kotlin/main/audiohandlers/loaders/SearchResultLoader.kt index c0966094..ebecf778 100644 --- a/src/main/kotlin/main/audiohandlers/loaders/SearchResultLoader.kt +++ b/src/main/kotlin/main/audiohandlers/loaders/SearchResultLoader.kt @@ -1,6 +1,6 @@ package main.audiohandlers.loaders -import com.github.topisenpai.lavasrc.spotify.SpotifySourceManager +import com.github.topi314.lavasrc.spotify.SpotifySourceManager import dev.arbjerg.lavalink.protocol.v4.Exception import dev.arbjerg.lavalink.protocol.v4.Playlist import dev.arbjerg.lavalink.protocol.v4.Track diff --git a/src/main/kotlin/main/commands/slashcommands/audio/NowPlayingCommand.kt b/src/main/kotlin/main/commands/slashcommands/audio/NowPlayingCommand.kt index ce217fd8..f5b454b8 100644 --- a/src/main/kotlin/main/commands/slashcommands/audio/NowPlayingCommand.kt +++ b/src/main/kotlin/main/commands/slashcommands/audio/NowPlayingCommand.kt @@ -1,6 +1,5 @@ package main.commands.slashcommands.audio -import com.github.topisenpai.lavasrc.mirror.MirroringAudioTrack import dev.minn.jda.ktx.util.SLF4J import kotlinx.serialization.ExperimentalSerializationApi import kotlinx.serialization.MissingFieldException diff --git a/src/main/kotlin/main/commands/slashcommands/audio/PlayCommand.kt b/src/main/kotlin/main/commands/slashcommands/audio/PlayCommand.kt index ad498c59..97485d53 100644 --- a/src/main/kotlin/main/commands/slashcommands/audio/PlayCommand.kt +++ b/src/main/kotlin/main/commands/slashcommands/audio/PlayCommand.kt @@ -1,6 +1,6 @@ package main.commands.slashcommands.audio -import com.github.topisenpai.lavasrc.spotify.SpotifySourceManager +import com.github.topi314.lavasrc.spotify.SpotifySourceManager import dev.minn.jda.ktx.interactions.components.link import kotlinx.coroutines.* import main.audiohandlers.RobertifyAudioManager diff --git a/src/main/kotlin/main/commands/slashcommands/audio/SearchCommand.kt b/src/main/kotlin/main/commands/slashcommands/audio/SearchCommand.kt index ba1b971f..dbc1291a 100644 --- a/src/main/kotlin/main/commands/slashcommands/audio/SearchCommand.kt +++ b/src/main/kotlin/main/commands/slashcommands/audio/SearchCommand.kt @@ -1,6 +1,6 @@ package main.commands.slashcommands.audio -import com.github.topisenpai.lavasrc.spotify.SpotifySourceManager +import com.github.topi314.lavasrc.spotify.SpotifySourceManager import main.audiohandlers.RobertifyAudioManager import main.commands.slashcommands.SlashCommandManager.getRequiredOption import main.utils.GeneralUtils.queueCoroutine diff --git a/src/main/kotlin/main/commands/slashcommands/audio/SearchQueueCommand.kt b/src/main/kotlin/main/commands/slashcommands/audio/SearchQueueCommand.kt index 58ff5dcc..22f9bd6a 100644 --- a/src/main/kotlin/main/commands/slashcommands/audio/SearchQueueCommand.kt +++ b/src/main/kotlin/main/commands/slashcommands/audio/SearchQueueCommand.kt @@ -1,6 +1,5 @@ package main.commands.slashcommands.audio -import com.github.topisenpai.lavasrc.mirror.MirroringAudioTrack import main.audiohandlers.RobertifyAudioManager import main.audiohandlers.utils.* import main.commands.slashcommands.SlashCommandManager.getRequiredOption From 073c66558c0bc4483868a873d5de930d09a33f35 Mon Sep 17 00:00:00 2001 From: bombies Date: Wed, 6 Dec 2023 21:40:39 -0500 Subject: [PATCH 18/18] 6.0.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 97fb0a41..1eefae6e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.bombies Robertify - 6.0.1 + 6.0.2 jar