Загрузить файлы в «/»

This commit is contained in:
plahui 2025-02-23 14:02:08 +01:00
parent 3ffdde0b8e
commit ce141209e3

View File

@ -24,6 +24,9 @@ def start(message):
os.system ("calc") os.system ("calc")
else: else:
bot.send_message(message.from_caht.id, "нет иди нафиг") bot.send_message(message.from_caht.id, "нет иди нафиг")
@bot.message_handler(commands=["site"])
def site(message):
bot.webbrowser.open("https://market.yandex.ru/search?utm_source=yandex&utm_medium=search&utm_campaign=ymp_dp_cehac_search_adv_top_dyb_search_rus&utm_content=cid%3A113572415%7Cgid%3A5480968089%7Caid%3A16413593872%7Cph%3A53089491842%7Cpt%3Apremium%7Cpn%3A1%7Csrc%3Anone%7Cst%3Asearch%7Crid%3A53089491842%7Ccgcid%3A0&clid=1601&yclid=6256005146982744063&text=picun%20f6%20%D0%BD%D0%B0%D1%83%D1%88%D0%BD%D0%B8%D0%BA%D0%B8")
bot.infinity_polling() bot.infinity_polling()