[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
69d3bc9ce1
commit
6670da76e8
|
|
@ -447,7 +447,7 @@ class Node:
|
|||
"""Takes a guild ID as a parameter. Returns a pomice Player object or None."""
|
||||
return self._players.get(guild_id, None)
|
||||
|
||||
async def connect(self, *, reconnect: bool = False) -> "Node":
|
||||
async def connect(self, *, reconnect: bool = False) -> Node:
|
||||
"""Initiates a connection with a Lavalink node and adds it to the node pool."""
|
||||
await self._bot.wait_until_ready()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue