port must be int

This commit is contained in:
SCARTAL 2023-04-21 17:43:18 +03:30 committed by GitHub
parent 42d886554e
commit 2461cbb831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,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",
)