Skip to content

Commit 6aa6bb2

Browse files
authoredOct 1, 2022
Update genstring.py (#277)
1 parent df6c29a commit 6aa6bb2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎genstring.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@
2323
async def main():
2424
await i.start()
2525
ss = await i.export_session_string()
26+
xx = f"HERE IS YOUR STRING SESSION, COPY IT, DON'T SHARE!!\n\n`{ss}`\n\nGENERATED BY YUKKI"
27+
ok = await i.send_message("me", xx)
2628
print("\nHERE IS YOUR STRING SESSION, COPY IT, DON'T SHARE!!\n")
27-
print(f"\n{ss}\n")
29+
print(f"\n{ss}\n")
30+
print("\nGENERATED BY YUKKI\n")
2831

2932

3033
asyncio.run(main())

0 commit comments

Comments
 (0)
Please sign in to comment.