[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-04-21 21:39:38 +00:00
parent b0ef03d2d1
commit bb835fb173
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ await Player.stop()
To move the player to another channel, we need to use `Player.move_to()` To move the player to another channel, we need to use `Player.move_to()`
```py ```py
await Player.move_to(...) await Player.move_to(...)