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