Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. from pyrogram import Client
  2.  
  3. from modules import Constants
  4.  
  5. app = Client(constants.username, bot_token=constants.token)
  6.  
  7. ...
  8.  
  9. app.set_parse_mode("html")
  10. app.run()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement