diff --git a/backend/Music/Commands/Leave.cs b/backend/Music/Commands/Leave.cs index ad9ace5be..d24ee5e1b 100644 --- a/backend/Music/Commands/Leave.cs +++ b/backend/Music/Commands/Leave.cs @@ -11,6 +11,7 @@ public class LeaveCommand : MusicCommand public async Task Leave() { await Player.StopAsync(); + await Player.DisconnectAsync(); await RespondInteraction("Left this session, the queue has been cleaned"); }