From e73e3bb6352fe573c2101cd59fc2ce7ba32e09f4 Mon Sep 17 00:00:00 2001 From: SCARTAL <114094147+SCARTAL@users.noreply.github.com> Date: Fri, 21 Apr 2023 18:01:40 +0330 Subject: [PATCH] port must be int --- 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", )