mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-09 05:04:50 +00:00
Fix pyromod
This commit is contained in:
parent
82ffddbfc9
commit
3118134cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ async def generate_session(bot, msg, telethon=False, is_bot: bool = False):
|
||||||
string_session = client.session.save()
|
string_session = client.session.save()
|
||||||
else:
|
else:
|
||||||
string_session = await client.export_session_string()
|
string_session = await client.export_session_string()
|
||||||
text = f"**This is your {ty} String Session** \n\n`{string_session}` \n\n**Generated By :** @{client.me.username}\n🍒 **Note :** Don't share it to anyone And don't forget to support this owner bot if you like🥺"
|
text = f"**This is your {ty} String Session** \n\n`{string_session}` \n\n**Generated By :** @{bot.me.username}\n🍒 **Note :** Don't share it to anyone And don't forget to support this owner bot if you like🥺"
|
||||||
try:
|
try:
|
||||||
if not is_bot:
|
if not is_bot:
|
||||||
await client.send_message("me", text)
|
await client.send_message("me", text)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue