change ip

This commit is contained in:
Mylloon 2021-08-07 01:00:09 +02:00
parent 97bc10e7a0
commit cce68831e9

View file

@ -24,9 +24,9 @@ class Music(commands.Cog):
async def start_nodes(self):
await self.client.wait_until_ready()
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,
rest_uri = "http://127.0.0.1:2333",
rest_uri = "http://0.0.0.0:2333",
password = "youshallnotpass",
identifier = "PROD",
region = self.keys["REGION_DISCORD"])