From e9223c694ec270c3a91b0640d396730f3521ccc9 Mon Sep 17 00:00:00 2001 From: sugarDaddy-hot <114347014+sugarDaddy-hot@users.noreply.github.com> Date: Mon, 22 May 2023 17:44:14 +0530 Subject: [PATCH] Fix support group link in button (#341) --- userbot/utils/startup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbot/utils/startup.py b/userbot/utils/startup.py index 4781f18dc5..d354b5f6a6 100644 --- a/userbot/utils/startup.py +++ b/userbot/utils/startup.py @@ -80,7 +80,7 @@ async def startupmessage(): BOTLOG_CHATID, "https://graph.org/file/4e3ba8e8f7e535d5a2abe.jpg", caption="**Your CatUserbot has been started successfully.**", - buttons=[(Button.url("Support", "https://t.me/catuserbot"),)], + buttons=[(Button.url("Support", "https://t.me/catuserbot_support"),)], ) except Exception as e: LOGS.error(e)