From a8a1fd240a6a179601b908596eca7a031fdeb622 Mon Sep 17 00:00:00 2001 From: Pavel_Duron Date: Tue, 18 Oct 2022 20:35:44 +1000 Subject: [PATCH] wefwf --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index ea80357..8a16877 100644 --- a/bot.py +++ b/bot.py @@ -15,7 +15,7 @@ dp = Dispatcher(bot) @dp.message_handler(commands=['start', 'help']) async def send_welcome(message: types.Message): - kb = [types.KeyboardButton("Пошел на хуй"), types.KeyboardButton("Нет, ты!")] + kb = [[types.KeyboardButton(text="Пошел на хуй"), types.KeyboardButton(text="Нет, ты!")]] keyboard = types.ReplyKeyboardMarkup(keyboard=kb) await message.reply("Дарова", reply_markup=keyboard)