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):