discord-player 7.0.0-dev.5 → 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.
- package/README.md +1 -1
- package/dist/index.d.ts +2204 -2159
- package/dist/index.js +651 -604
- package/package.json +7 -12
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
|
|
85
|
+
// Now, lets load all the default extractors.
|
|
86
86
|
await player.extractors.loadMulti(DefaultExtractors);
|
|
87
87
|
```
|
|
88
88
|
|