Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbirHasan2005 authored May 22, 2022
1 parent 487fa07 commit c395eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from helpers.kanger import Kanger
from helpers.forwarder import ForwardMessage

User = Client(name="ForwardClient", session_string=Config.STRING_SESSION)
User = Client(session_name=Config.STRING_SESSION, api_hash=Config.API_HASH, api_id=Config.API_ID)


@User.on_message((filters.text | filters.media) & ~filters.edited)
Expand Down

0 comments on commit c395eeb

Please sign in to comment.