Changed init message

This commit is contained in:
001
2024-10-29 17:13:07 +03:00
parent b453b413e8
commit 4eb1e08f85

View File

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