From 00370cfbc72efbc84a4080aa4e3014a15ba2b502 Mon Sep 17 00:00:00 2001 From: PanIntegralus <42538693+PanIntegralus@users.noreply.github.com> Date: Fri, 21 Apr 2023 18:03:56 +0200 Subject: [PATCH] Port must be an integer --- examples/basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basic.py b/examples/basic.py index a9ba500..297af37 100644 --- a/examples/basic.py +++ b/examples/basic.py @@ -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", )