Use client.player instead of client.manager
This commit is contained in:
parent
79b794738e
commit
61fd62052e
1 changed files with 1 additions and 1 deletions
|
@ -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:**
|
||||
|
||||
|
|
Loading…
Reference in a new issue