From 4eb1e08f858048db7b0a026864497625bead5aaa Mon Sep 17 00:00:00 2001 From: 001 <001@gmail.com> Date: Tue, 29 Oct 2024 17:13:07 +0300 Subject: [PATCH] Changed init message --- bot.0.1/handlers/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):