diff --git a/README.md b/README.md index e69de29..0794460 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +Нужны данные из config.py-exemple? Cмотри в vaultwarden. diff --git a/bot.0.1/handlers/client.py b/bot.0.1/handlers/client.py index 63e9348..7d1d2a1 100755 --- a/bot.0.1/handlers/client.py +++ b/bot.0.1/handlers/client.py @@ -19,7 +19,7 @@ class FSMWeather(StatesGroup): async def cmd_start(message: types.Message): - await message.reply("Hi!\nI'm Bot!\nPowered by aiogram.", reply_markup=custom_kb_client) + await message.reply("Hi!\nI'm Genka-bot!", reply_markup=custom_kb_client) async def get_coin(message: types.Message):