Skip to content

Commit e5b7dcf

Browse files
chore: join additional channel for userbot initialization
Added a new channel (@canalclubdaswinx) to the list of channels the userbot joins during initialization. This ensures proper functionality and access to all required resources.
1 parent 9318619 commit e5b7dcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WinxMusic/core/userbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ async def _start(self, client, index):
5454

5555
await client.join_chat("@cinewinxy")
5656
await client.join_chat("@cinewinxcoments")
57+
await client.join_chat("@canalclubdaswinx")
5758

5859
except Exception as e:
5960
LOGGER(__name__).error(

0 commit comments

Comments
 (0)