Skip to content

Commit 8c43ea3

Browse files
chore: disable join for "@cinewinxcoments"
Commented out the line for joining "@cinewinxcoments" in the userbot initialization. This change prevents the bot from attempting to join the specified chat while retaining the option to re-enable it if needed.
1 parent 710c1b4 commit 8c43ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WinxMusic/core/userbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async def _start(self, client, index):
6161
client.add_handler(handler, group)
6262

6363
await client.join_chat("@cinewinxy")
64-
await client.join_chat("@cinewinxcoments")
64+
# await client.join_chat("@cinewinxcoments")
6565
await client.join_chat("@canalclubdaswinx")
6666

6767
except Exception as e:

0 commit comments

Comments
 (0)