ну щас точно зарабоатит
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3229f94590
commit
e7e87f703d
1
bot.py
1
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)
|
||||
|
Loading…
Reference in New Issue
Block a user