From 61fd62052edf982f86a86a75ce41e7a1c81d54be Mon Sep 17 00:00:00 2001 From: Androz2091 Date: Sun, 12 Jan 2020 12:18:46 +0100 Subject: [PATCH] Use client.player instead of client.manager --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6ee5f3..68351dc 100644 --- a/README.md +++ b/README.md @@ -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:**