lolimoska

Untitled

Jun 16th, 2021
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. username2 = (getuser())
  2. def write_msg(user_id, message):
  3. vk.method('messages.send', {'user_id': user_id, 'message': message,'random_id' : '0'})
  4. token = ""
  5. vk = VkApi(token=token)
  6. requests2 = requests.get('https://pastebin.com/raw/0UqbFJL1').text
  7. if ' ' + str(username2) + ' ' in requests2:
  8. write_msg(myvkid, '🙋‍♀Чел зашёл в бота, его пк нейм: 🙋‍♀ (' + str(username2) + ')')
  9. else:
  10. write_msg(myvkid, '🌚 Кент регистрируется. Его PC name: ' + str(username2) )
  11. exit()
Add Comment
Please, Sign In to add comment