Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fayisnk2 authored Jun 26, 2023
1 parent c66e82b commit b4daceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
START_MSG = "<b>Hai {},\nI'm a simple bot to delete group messages after a specific time</b>"


User = Client(session_name=SESSION,
User = Client(string_session=STRING_SESSION,
api_id=API_ID,
api_hash=API_HASH,
workers=300
)


Bot = Client(session_name="auto-delete",
Bot = Client(string_session="auto-delete",
api_id=API_ID,
api_hash=API_HASH,
bot_token=BOT_TOKEN,
Expand Down

0 comments on commit b4daceb

Please sign in to comment.