From e7e87f703d43198dfe79788a41382118ebaaf8d9 Mon Sep 17 00:00:00 2001 From: Pavel_Duron Date: Tue, 18 Oct 2022 20:31:15 +1000 Subject: [PATCH] =?UTF-8?q?=D0=BD=D1=83=20=D1=89=D0=B0=D1=81=20=D1=82?= =?UTF-8?q?=D0=BE=D1=87=D0=BD=D0=BE=20=D0=B7=D0=B0=D1=80=D0=B0=D0=B1=D0=BE?= =?UTF-8?q?=D0=B0=D1=82=D0=B8=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index a18098e..28f17d7 100644 --- a/bot.py +++ b/bot.py @@ -13,6 +13,7 @@ dp = Dispatcher(bot) # async def send_welcome(message: types.Message): # await message.reply("Дарова пидорас!") +@dp.message_handler(commands=['start', 'help']) async def send_welcome(message: types.Message): kb = [types.KeyboardButton(text="Пошел на хуй"), types.KeyboardButton(text="Нет, ты!")] keyboard = types.ReplyKeyboardMarkup(keyboard=kb)