Skip to content

Commit

Permalink
Minor typo
Browse files Browse the repository at this point in the history
Signed-off-by: DA344 <[email protected]>
  • Loading branch information
DA-344 authored Jan 3, 2024
1 parent 7d56439 commit 3b63c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/voice/playing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
]
Expand Down

0 comments on commit 3b63c3e

Please sign in to comment.