Spaces:
Paused
Paused
Jishu Developer
commited on
Update start.py
Browse files- 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:
|