A plugin library to add sources for Sonata.js
This package provides sonata
with 4 sources. YouTube, Deezer, SoundCloud and Spotify
import { YoutubePlugin } from "@sonatajs/plugins"
const player = getPlayerSomehow()
player.plugins.add(new YoutubePlugin())
new MusicClient(erisClient, {
plugins: [new YoutubePlugin()]
})