From c8f9d51f13eba6ad49485d4d2d858de013c6e5db Mon Sep 17 00:00:00 2001 From: cordman Date: Sat, 14 Mar 2026 01:24:18 +0100 Subject: [PATCH] test02 --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index d2f7a42..bc29ae9 100644 --- a/main.py +++ b/main.py @@ -1,10 +1,10 @@ import os import telebot -API_KEY = os.getenv('API_KEY') -bot = telebot.Telebot(API_KEY) +API_KEY = "8438017196:AAFNokgHwhn4G-0HuCxc7ZVwf7SJP1ETXpc" +bot = telebot.TeleBot(API_KEY) -@bot.message_handler(command=['heckingemmy']) +@bot.message_handler(commands=['heckingemmy']) def greet(message): bot.reply_to(message, "Heckingemmy taky pojde, ten hajzl ten zmrd")