Fix embed api docs

player.stop() -> player.pause()
pull/2568/head
David Dobryakov 2020-03-25 15:32:29 +03:00 committed by Chocobozzz
parent 5411da31d1
commit b2b0ce8ac8
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ await player.ready // wait for the player to be ready
// now you can use it!
player.play()
player.seek(32)
player.stop()
player.pause()
```
# Methods