adding service name
This commit is contained in:
parent
2bf170ad00
commit
c459832b29
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ class Music(commands.Cog):
|
||||||
self.client.wavelink = wClient(bot = self.client)
|
self.client.wavelink = wClient(bot = self.client)
|
||||||
|
|
||||||
if self.keys["DOCKER_KASSOUBOT"] == True:
|
if self.keys["DOCKER_KASSOUBOT"] == True:
|
||||||
self.url = "url docker"
|
self.url = "lavalink" # name of the service, working fine with the DNS in docker
|
||||||
else:
|
else:
|
||||||
self.url = "localhost"
|
self.url = "localhost" # localhost
|
||||||
|
|
||||||
self.client.loop.create_task(self.start_nodes())
|
self.client.loop.create_task(self.start_nodes())
|
||||||
|
|
||||||
|
|
Reference in a new issue