diff --git a/bot/plugins/start.py b/bot/plugins/start.py index 57b8933..48dee73 100644 --- a/bot/plugins/start.py +++ b/bot/plugins/start.py @@ -19,6 +19,6 @@ async def _start(c: UtubeBot, m: Message): text=tr.START_MSG.format(m.from_user.first_name), quote=True, reply_markup=InlineKeyboardMarkup( - [[InlineKeyboardButton("Join Project Channel!", url="https://t.me/odbots")]] + [[InlineKeyboardButton("Join Project Channel!", url="https://t.me/SOQrup")]] ), )