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)