1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-12-19 08:36:17 +00:00

часть функционала бота

This commit is contained in:
mihalin
2021-09-06 03:02:08 +03:00
parent aae253c540
commit fe9e7bd111
5 changed files with 92 additions and 70 deletions

View File

@@ -101,5 +101,5 @@ async def bot_added(message: types.Message, state: FSMContext):
except IntegrityError:
return await on_duplication_bot()
await message.answer("Бот добавлен!")
await message.answer("Бот добавлен! Список ваших ботов: /mybots")
await state.reset_state()