SoulofSukuna commited on
Commit
c33b742
·
verified ·
1 Parent(s): 8148440

Update code4.py

Browse files
Files changed (1) hide show
  1. code4.py +1 -0
code4.py CHANGED
@@ -3,6 +3,7 @@ from telethon.sync import TelegramClient, events
3
  from telethon.tl.functions.messages import ImportChatInviteRequest
4
  from telethon.tl.custom import Button
5
  import random
 
6
 
7
  api_id = "28810829"
8
  api_hash = "d3f304bbd0b69b8c30dbec4be5824748"
 
3
  from telethon.tl.functions.messages import ImportChatInviteRequest
4
  from telethon.tl.custom import Button
5
  import random
6
+ import logging
7
 
8
  api_id = "28810829"
9
  api_hash = "d3f304bbd0b69b8c30dbec4be5824748"