diff --git a/docs/voice/playing.mdx b/docs/voice/playing.mdx index d4d95ce6..541bf77a 100644 --- a/docs/voice/playing.mdx +++ b/docs/voice/playing.mdx @@ -50,7 +50,7 @@ async def connect_nodes(): nodes = [ wavelink.Node( identifier="Node1", # This identifier must be unique for all the nodes you are going to use - uri="http://0.0.0.0:443", # Protocol (http/s) is required, por must be 443 as it is the one lavalink uses + uri="http://0.0.0.0:443", # Protocol (http/s) is required, port must be 443 as it is the one lavalink uses password="youshallnotpass" ) ]