discord-player 7.0.0-dev.4 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/README.md +1 -1
  2. package/dist/index.d.ts +2205 -2154
  3. package/dist/index.js +942 -1162
  4. package/package.json +8 -13
package/README.md CHANGED
@@ -82,7 +82,7 @@ const client = new Discord.Client({
82
82
  // this is the entrypoint for discord-player based application
83
83
  const player = new Player(client);
84
84
 
85
- // Now, lets load all the default extractors, except 'YouTubeExtractor'. You can remove the filter if you want to include youtube.
85
+ // Now, lets load all the default extractors.
86
86
  await player.extractors.loadMulti(DefaultExtractors);
87
87
  ```
88
88