Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from pyrogram import Client, filters
- app = Client(
- name='bot_govna',
- api_id=5,
- api_hash='1c5c96d5edd401b1ed40db3fb5633e2d',
- bot_token='***',
- )
- @app.on_message()
- async def your_first_best_function_ever(client, message):
- await message.reply('Ты пидор')
- app.run()
Add Comment
Please, Sign In to add comment