Guest User

Untitled

a guest
Oct 25th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. from pyrogram import Client, filters
  2.  
  3. app = Client(
  4. name='bot_govna',
  5. api_id=5,
  6. api_hash='1c5c96d5edd401b1ed40db3fb5633e2d',
  7. bot_token='***',
  8. )
  9.  
  10.  
  11. @app.on_message()
  12. async def your_first_best_function_ever(client, message):
  13. await message.reply('Ты пидор')
  14.  
  15.  
  16. app.run()
Add Comment
Please, Sign In to add comment