From 512927252ebfcad0ab85ab5d79d84755ef071095 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:01:54 +0700 Subject: [PATCH] something --- program/start.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/program/start.py b/program/start.py index 58c911d..8d7cbcd 100644 --- a/program/start.py +++ b/program/start.py @@ -10,7 +10,7 @@ from config import ( BOT_NAME, BOT_USERNAME, GROUP_SUPPORT, - OWNER_NAME, + OWNER_USERNAME, UPDATES_CHANNEL, ) from program import __version__ @@ -81,7 +81,7 @@ async def start_(c: Client, message: Message): [InlineKeyboardButton("❓ Basic Guide", callback_data="user_guide")], [ InlineKeyboardButton("📚 Commands", callback_data="command_list"), - InlineKeyboardButton("❤️ Donate", url=f"https://t.me/{OWNER_NAME}"), + InlineKeyboardButton("❤️ Donate", url=f"https://t.me/{OWNER_USERNAME}"), ], [ InlineKeyboardButton(