Merge pull request #45 from PanIntegralus/patch-1

Port must be an integer
This commit is contained in:
Clxud 2023-04-21 12:11:27 -04:00 committed by GitHub
commit dfc516f8bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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