Update set_model.py

This commit is contained in:
vasmarfas
2023-05-03 21:35:23 +03:00
committed by GitHub
parent 75f6404e94
commit 8ec4ddcc0a

View File

@@ -15,5 +15,5 @@ async def set_model_command(message: types.Message):
else: else:
await message.reply('❌ No models available') await message.reply('❌ No models available')
return return
await message.reply("Examples of models (with additional info): https://telegra.ph/Opisanie-raboty-modelej-05-03")
await message.reply("🪄 You can choose model from available:", reply_markup=get_set_model_keyboard(0)) await message.reply("🪄 You can choose model from available:", reply_markup=get_set_model_keyboard(0))