From 2da92f352f5a9c3e9439796b0615ec04bb61a357 Mon Sep 17 00:00:00 2001 From: dize_dev Date: Sun, 29 Oct 2023 23:50:29 +0600 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BE=20=D0=B1=D0=BE=D1=82=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/info_bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/info_bot.py b/routes/info_bot.py index 3d19968..611baf9 100644 --- a/routes/info_bot.py +++ b/routes/info_bot.py @@ -3,9 +3,9 @@ from vkbottle.user import Message from config import bl, edit_message -@bl.message(Permission(), text="хелло") +@bl.message(Permission(), text="бот") async def hello(message: Message): await edit_message( message, - "привет" + "Информация о боте 🤖:\n\n Название бота 🤖: dize_lp\n Версия бота ⚙️: v0.1\n Создатель бота 👨‍🦱: @dize_dev(Илдырым Денница)." )