port must be int
This commit is contained in:
parent
77a7246b6a
commit
e73e3bb635
|
|
@ -36,7 +36,7 @@ class Music(commands.Cog):
|
|||
await self.pomice.create_node(
|
||||
bot=self.bot,
|
||||
host="127.0.0.1",
|
||||
port="3030",
|
||||
port=3030,
|
||||
password="youshallnotpass",
|
||||
identifier="MAIN",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue