fix port
This commit is contained in:
parent
1266b63e75
commit
07b671a728
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ class Music(commands.Cog, wavelink.WavelinkMixin):
|
||||||
await node.destroy()
|
await node.destroy()
|
||||||
|
|
||||||
nodes = {'MAIN': {'host': f'{self.url}',
|
nodes = {'MAIN': {'host': f'{self.url}',
|
||||||
'port': 2334,
|
'port': 2333,
|
||||||
'rest_uri': f'http://{self.url}:2333',
|
'rest_uri': f'http://{self.url}:2333',
|
||||||
'password': 'youshallnotpass',
|
'password': 'youshallnotpass',
|
||||||
'identifier': 'MAIN',
|
'identifier': 'MAIN',
|
||||||
|
|
Reference in a new issue