From bb835fb1733e1b4c95f637751be74bcc8ebe52bf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 21:39:38 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/hdi/player.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(...)