Use client.player instead of client.manager

This commit is contained in:
Androz2091 2020-01-12 12:18:46 +01:00
parent 79b794738e
commit 61fd62052e

View file

@ -63,7 +63,7 @@ You can pass a third parameter when instantiating the class Player: the **option
### Play
To play a song, use the `client.manager.play()` function.
To play a song, use the `client.player.play()` function.
**Usage:**