From 2f8fe78405dab345da2e189001f8f91befaccc93 Mon Sep 17 00:00:00 2001 From: ChigosTv <139185409+ChigosTv@users.noreply.github.com> Date: Wed, 3 Jul 2024 07:35:54 +0100 Subject: [PATCH] Update start.py --- plugins/start.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/start.py b/plugins/start.py index d47ba552..285f5f43 100644 --- a/plugins/start.py +++ b/plugins/start.py @@ -117,8 +117,8 @@ async def start_command(client: Client, message: Message): async def not_joined(client: Client, message: Message): buttons = [ [ - InlineKeyboardButton(text="Join Channel", url=client.invitelink), - InlineKeyboardButton(text="Join Channel", url=client.invitelink2), + InlineKeyboardButton(text="Join Channel 1", url=client.invitelink), + InlineKeyboardButton(text="Join Channel 2", url=client.invitelink2), ] ] try: