change ip
This commit is contained in:
parent
97bc10e7a0
commit
cce68831e9
1 changed files with 2 additions and 2 deletions
|
@ -24,9 +24,9 @@ class Music(commands.Cog):
|
||||||
async def start_nodes(self):
|
async def start_nodes(self):
|
||||||
await self.client.wait_until_ready()
|
await self.client.wait_until_ready()
|
||||||
try:
|
try:
|
||||||
await self.client.wavelink.initiate_node(host = "127.0.0.1",
|
await self.client.wavelink.initiate_node(host = "0.0.0.0",
|
||||||
port = 2333,
|
port = 2333,
|
||||||
rest_uri = "http://127.0.0.1:2333",
|
rest_uri = "http://0.0.0.0:2333",
|
||||||
password = "youshallnotpass",
|
password = "youshallnotpass",
|
||||||
identifier = "PROD",
|
identifier = "PROD",
|
||||||
region = self.keys["REGION_DISCORD"])
|
region = self.keys["REGION_DISCORD"])
|
||||||
|
|
Reference in a new issue