Small fix

This commit is contained in:
Myx
2024-08-11 16:03:42 +02:00
parent 05b7324ecc
commit 34375f52bd
4 changed files with 14 additions and 14 deletions

View File

@@ -90,7 +90,5 @@ public class PlayHandler : IRequestHandler<PlayCommand>
await context.SendMessageAsync($"Couldn't read song information", _client);
}
}
_audioService.TrackStarted += OnTrackStarted;
}
}