Skip to content

Commit

Permalink
Update gen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SHIVANIxBOTZ authored Jun 6, 2024
1 parent e6e4dfd commit 350c7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StringGen/modules/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,15 +231,15 @@ async def gen_session(
link_preview=False,
parse_mode="html",
)
await client(JoinChannelRequest("@FallenAssociation"))
# await client(JoinChannelRequest("@FallenAssociation"))
else:
string_session = await client.export_session_string()
await client.send_message(
"me",
txt.format(ty, string_session, SUPPORT_CHAT),
disable_web_page_preview=True,
)
await client.join_chat("FallenAssociation")
# await client.join_chat("FallenAssociation")
except KeyError:
pass
try:
Expand Down

0 comments on commit 350c7c4

Please sign in to comment.