Merge pull request #45 from PanIntegralus/patch-1
Port must be an integer
This commit is contained in:
commit
dfc516f8bd
|
|
@ -36,7 +36,7 @@ class Music(commands.Cog):
|
||||||
await self.pomice.create_node(
|
await self.pomice.create_node(
|
||||||
bot=self.bot,
|
bot=self.bot,
|
||||||
host="127.0.0.1",
|
host="127.0.0.1",
|
||||||
port="3030",
|
port=3030,
|
||||||
password="youshallnotpass",
|
password="youshallnotpass",
|
||||||
identifier="MAIN",
|
identifier="MAIN",
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue