mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-04 11:24: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()
|
||||
else:
|
||||
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:
|
||||
if not is_bot:
|
||||
await client.send_message("me", text)
|
||||
|
|
|
|||
Loading…
Reference in a new issue