Skip to content

Commit

Permalink
wtf is my ide doing
Browse files Browse the repository at this point in the history
  • Loading branch information
Drapersniper committed Apr 2, 2022
1 parent f45170b commit 5d3bf55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redbot/cogs/audio/core/commands/llset.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ async def command_llsetup_wsport(
"""Set the Lavalink node port.
This command sets the connection port which Audio will use to connect to an external Lavalink node.
Set port to -1 to disable the port and connect to the specified host via ports 80/443
"""
if port < 0:
port = None
Expand Down

0 comments on commit 5d3bf55

Please sign in to comment.