Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.75 KB | None | 0 0
  1. @bot.on.message_chat('поцеловать')
  2. @bot.on.message_chat('Поцеловать')
  3. async def rp(ans: Message):
  4. if ans.reply_message:
  5. if ans.reply_message.from_id < 0:
  6. await ans('Эта команда запрещена к использованию для сообществ.')
  7. else:
  8. first = await bot.api.users.get(user_ids=ans.from_id)
  9. second = await bot.api.users.get(user_ids=ans.reply_message.from_id, name_case='acc')
  10. first_first = first[0]['first_name']
  11. first_last = first[0]['last_name']
  12. second_first = second[0]['first_name']
  13. second_last = second[0]['last_name']
  14. await ans(f' 😘 >> @id{ans.from_id} ({first_first} {first_last}) поцеловал @id{ans.reply_message.from_id} ({second_first} {second_last})')
  15.  
  16. @bot.on.message_chat('обнять')
  17. @bot.on.message_chat('Обнять')
  18. async def rp(ans: Message):
  19. if ans.reply_message:
  20. if ans.reply_message.from_id < 0:
  21. await ans('Эта команда запрещена к использованию для сообществ.')
  22. else:
  23. first = await bot.api.users.get(user_ids=ans.from_id)
  24. second = await bot.api.users.get(user_ids=ans.reply_message.from_id, name_case='acc')
  25. first_first = first[0]['first_name']
  26. first_last = first[0]['last_name']
  27. second_first = second[0]['first_name']
  28. second_last = second[0]['last_name']
  29. await ans(f' 🤗😯 >> @id{ans.from_id} ({first_first} {first_last}) обнял @id{ans.reply_message.from_id} ({second_first} {second_last})')
  30.  
  31. @bot.on.message_chat('Кончить')
  32. @bot.on.message_chat('кончить')
  33. async def rp(ans: Message):
  34. if ans.reply_message:
  35. if ans.reply_message.from_id < 0:
  36. await ans('Эта команда запрещена к использованию для сообществ.')
  37. else:
  38. first = await bot.api.users.get(user_ids=ans.from_id)
  39. second = await bot.api.users.get(user_ids=ans.reply_message.from_id, name_case='acc')
  40. first_first = first[0]['first_name']
  41. first_last = first[0]['last_name']
  42. second_first = second[0]['first_name']
  43. second_last = second[0]['last_name']
  44. await ans(f' 💦😏 >> @id{ans.from_id} ({first_first} {first_last}) кончил на @id{ans.reply_message.from_id} ({second_first} {second_last})')
  45.  
  46. @bot.on.message_chat('зарезать')
  47. @bot.on.message_chat('Зарезать')
  48. async def rp(ans: Message):
  49. if ans.reply_message:
  50. if ans.reply_message.from_id < 0:
  51. await ans('Эта команда запрещена к использованию для сообществ.')
  52. else:
  53. first = await bot.api.users.get(user_ids=ans.from_id)
  54. second = await bot.api.users.get(user_ids=ans.reply_message.from_id, name_case='acc')
  55. first_first = first[0]['first_name']
  56. first_last = first[0]['last_name']
  57. second_first = second[0]['first_name']
  58. second_last = second[0]['last_name']
  59. await ans(f' 🤕🔪 >> @id{ans.from_id} ({first_first} {first_last}) зарезал @id{ans.reply_message.from_id} ({second_first} {second_last})')
  60.  
  61. @bot.on.message_chat('Пожать руку')
  62. @bot.on.message_chat('пожать руку')
  63. async def rp(ans: Message):
  64. if ans.reply_message:
  65. if ans.reply_message.from_id < 0:
  66. await ans('Эта команда запрещена к использованию для сообществ.')
  67. else:
  68. first = await bot.api.users.get(user_ids=ans.from_id)
  69. second = await bot.api.users.get(user_ids=ans.reply_message.from_id, name_case='dat')
  70. first_first = first[0]['first_name']
  71. first_last = first[0]['last_name']
  72. second_first = second[0]['first_name']
  73. second_last = second[0]['last_name']
  74. await ans(f' 🤝 >> @id{ans.from_id} ({first_first} {first_last}) пожал руку @id{ans.reply_message.from_id} ({second_first} {second_last})')
  75.  
  76. @bot.on.message_chat('убить')
  77. @bot.on.message_chat('Убить')
  78. async def rp(ans: Message):
  79. if ans.reply_message:
  80. if ans.reply_message.from_id < 0:
  81. await ans('Эта команда запрещена к использованию для сообществ.')
  82. else:
  83. first = await bot.api.users.get(user_ids=ans.from_id)
  84. second = await bot.api.users.get(user_ids=ans.reply_message.from_id, name_case='acc')
  85. first_first = first[0]['first_name']
  86. first_last = first[0]['last_name']
  87. second_first = second[0]['first_name']
  88. second_last = second[0]['last_name']
  89. await ans(f' 👹☠ >> @id{ans.from_id} ({first_first} {first_last}) убил @id{ans.reply_message.from_id} ({second_first} {second_last})')
  90.  
  91. @bot.on.message_chat('Послать нахуй')
  92. @bot.on.message_chat('послать нахуй')
  93. async def rp(ans: Message):
  94. if ans.reply_message:
  95. if ans.reply_message.from_id < 0:
  96. await ans('Эта команда запрещена к использованию для сообществ.')
  97. else:
  98. first = await bot.api.users.get(user_ids=ans.from_id)
  99. second = await bot.api.users.get(user_ids=ans.reply_message.from_id, name_case='acc')
  100. first_first = first[0]['first_name']
  101. first_last = first[0]['last_name']
  102. second_first = second[0]['first_name']
  103. second_last = second[0]['last_name']
  104. await ans(f' 🤭🖕 >> @id{ans.from_id} ({first_first} {first_last}) послал нахуй @id{ans.reply_message.from_id} ({second_first} {second_last})')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement