aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api/embeds.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/api/embeds.md')
-rw-r--r--support/doc/api/embeds.md2
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!
47player.play() 47player.play()
48player.seek(32) 48player.seek(32)
49player.stop() 49player.pause()
50``` 50```
51 51
52# Methods 52# Methods