Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
add 2 new styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Nabiullin committed Feb 14, 2023
1 parent 6bdd4b0 commit df6f155
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ async def execute_action(message: Message):
short = InlineKeyboardButton(text="Короткие истории", callback_data='6')
wiki = InlineKeyboardButton(text="Короче, Википедия", callback_data='8')
film = InlineKeyboardButton(text="Синопсисы к фильму", callback_data='9')
view.add(nonestyle, howto, recipe, narod, short, wiki, film)
sport = InlineKeyboardButton(text="Балабоба и sports.ru", callback_data='34')
love = InlineKeyboardButton(text="Песни о любви", callback_data="37")
view.add(nonestyle, howto, recipe, narod, short, wiki, film, sport, love)
global text
text = message.text
await message.reply("Выберите категорию генерации", reply_markup=view)
Expand Down

0 comments on commit df6f155

Please sign in to comment.