We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e892e9 commit 33bd681Copy full SHA for 33bd681
bot/src/main/java/me/duncte123/skybot/utils/AudioUtils.java
@@ -74,7 +74,7 @@ public Future<Void> loadAndPlay(final AudioData data, final String trackUrlRaw,
74
final CompletableFuture<Void> future = new CompletableFuture<>();
75
76
LavalinkManager.INS.getLavalink()
77
- .getLinkIfCached(data.getGuildId())
+ .getOrCreateLink(data.getGuildId())
78
.loadItem(trackUrl)
79
.subscribe((result) -> {
80
future.complete(null);
0 commit comments