diff --git a/docs/hdi/player.md b/docs/hdi/player.md index 7deefa4..d5cdfc5 100644 --- a/docs/hdi/player.md +++ b/docs/hdi/player.md @@ -365,7 +365,7 @@ await Player.stop() To move the player to another channel, we need to use `Player.move_to()` -```py +```py await Player.move_to(...)