Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
🐛 Fixed 'stop track' event was stopping the trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsTheSky committed Apr 21, 2022
1 parent f1d6d0d commit f664c11
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ public String effectToString() {
public void execute(@NotNull Guild guild, Bot bot) {
LavaPlayer.getPlayer(bot, guild).clearQueue();
LavaPlayer.getPlayer(bot, guild).stopTrack();
restart();
}
}

0 comments on commit f664c11

Please sign in to comment.