From 4692287d412a99f46583b6fd506c1f78842f9b32 Mon Sep 17 00:00:00 2001 From: krosh Date: Sat, 1 Mar 2025 01:56:31 +0300 Subject: [PATCH] . --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 1830418..27f3731 100755 --- a/app/main.py +++ b/app/main.py @@ -75,7 +75,7 @@ def help_message(message: types.Message): def source(message: types.Message): bot.send_message( message.chat.id, - "[Страничка бота на Github!](https://github.com/kr0sh512/rc-tgbot)", + "[Страничка бота на Github!](https://github.com/kr0sh512/rc-tgbot)\n\nСтарался раб профкомский [Дмитрий](https://t.me/kr0sh_512)", parse_mode="Markdown", )