Skip to content

Commit

Permalink
Fix support group link in button (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarDaddy-hot committed May 22, 2023
1 parent e77a55a commit e9223c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/utils/startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e9223c6

Please sign in to comment.