From a12a9d5c8703a814d0358203a8d1b20e2cd4fb64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?To=CF=80Senpai?= <15636011+TopiSenpai@users.noreply.github.com> Date: Sat, 5 Feb 2022 18:55:35 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b91ada..55df699 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,7 @@ link := lavalink.New( lavalink.WithPlugins( source_extensions.NewNewSpotifyPlugin(), source_extensions.NewAppleMusicPlugin(), - ), - + ), ) // when loading track you can type cast the track to an ISRCAudioTrack to access extra data