From e02469b2263fdce21e89b8791d57f4921db84f9d Mon Sep 17 00:00:00 2001 From: sigma_goyda_boy_goyda_boy Date: Sun, 23 Feb 2025 13:59:21 +0100 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D1=8B=D0=B9=20=D1=84=D1=83?= =?UTF-8?q?=D0=BD=D0=BA=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/main.py b/main.py index bfa826c..43e8a1e 100644 --- a/main.py +++ b/main.py @@ -10,15 +10,23 @@ def start(message): def browser(message): bot.send_message(message.chat.id, "Ща открыть браузера") # os.system("start browser.exe") - os.system("start chrome.exe") or os.system("start browser.exe") -if __name__ == "__main__": - bot.send_message(config.admin_id, "яй уметь этот и тоты") -@bot.message_handler(commands='calc') -def calc(message): - bot.send_message(message.chat.id, "КОЛПРВШКОАРОПЫВОПЕКТГРПУЫГЛРШПЛОАНИГПРНШЛАВРГОНАР") - os.system("start calc.exe") -@bot.message_handler(commands='explorer') + os.system("start chrome.exe") + os.system("start browser.exe") +# @bot.message_handler(commands='calc') +# def calc(message): +# bot.send_message(message.chat.id, "КОЛПРВШКОАРОПЫВОПЕКТГРПУЫГЛРШПЛОАНИГПРНШЛАВРГОНАР") +# os.system("start calc.exe") +@bot.message_handler(commands=['explorer']) def explorer(message): bot.send_message(message.chat.id, "KAREPENWAUGEN") os.system("start explorer.exe") -bot.infinity_polling() \ No newline at end of file +@bot.message_handler(commands=['notepad']) +def notepad(message): + bot.send_message(message.chat.id, "Открываю двери без ключа чу ча чу чу ча") + os.system("start notepad.exe") + + + +if __name__ == "__main__": + bot.send_message(config.admin_id, "ПЯТЕРКА 52 АЛО Я ТУТ") + bot.infinity_polling() \ No newline at end of file