Jishu Developer commited on
Commit
0e29bd9
·
unverified ·
1 Parent(s): ed0a47f

Update start.py

Browse files
Files changed (1) hide show
  1. plugins/start.py +1 -6
plugins/start.py CHANGED
@@ -138,12 +138,7 @@ REPLY_ERROR = """<code>Use this command as a replay to any telegram message with
138
  async def not_joined(client: Client, message: Message):
139
  buttons = [
140
  [
141
- InlineKeyboardButton(text="Join Channel", url=client.invitelink),
142
- InlineKeyboardButton(text="Join Channel", url=client.invitelink2),
143
- ],
144
- [
145
- InlineKeyboardButton(text="Join Channel", url=client.invitelink3),
146
- InlineKeyboardButton(text="Join Channel", url=client.invitelink4),
147
  ]
148
  ]
149
  try:
 
138
  async def not_joined(client: Client, message: Message):
139
  buttons = [
140
  [
141
+ InlineKeyboardButton(text="Join Channel", url=client.invitelink)
 
 
 
 
 
142
  ]
143
  ]
144
  try: