diff options
Diffstat (limited to 'support/doc/api')
-rw-r--r-- | support/doc/api/embeds.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/api/embeds.md b/support/doc/api/embeds.md index 6ee7deeab..b1791ea13 100644 --- a/support/doc/api/embeds.md +++ b/support/doc/api/embeds.md | |||
@@ -46,7 +46,7 @@ await player.ready // wait for the player to be ready | |||
46 | // now you can use it! | 46 | // now you can use it! |
47 | player.play() | 47 | player.play() |
48 | player.seek(32) | 48 | player.seek(32) |
49 | player.stop() | 49 | player.pause() |
50 | ``` | 50 | ``` |
51 | 51 | ||
52 | # Methods | 52 | # Methods |