Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def thread_link(message):
- try:
- thread_id = return_thread_id(board='soc', subject='Киев')
- if thread_id is not None:
- bot.send_message(message.chat.id, "https://2ch.hk/soc/res/%s.html" % thread_id)
- elif thread_id is None:
- thread_id = return_thread_id(board='soc', subject='Киев', page='1')
- bot.send_message(message.chat.id, "https://2ch.hk/soc/res/%s.html" % thread_id)
- except:
- bot.send_message(message.chat.id, "Тред не найден!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement