Spaces:
Paused
Paused
Commit
·
8e535f7
1
Parent(s):
1834d0b
Update plugins/help_text.py
Browse files- plugins/help_text.py +3 -3
plugins/help_text.py
CHANGED
|
@@ -50,11 +50,11 @@ async def start(bot, update):
|
|
| 50 |
[
|
| 51 |
[
|
| 52 |
InlineKeyboardButton(
|
| 53 |
-
"Source", url="https://github.com/
|
| 54 |
),
|
| 55 |
-
InlineKeyboardButton("Project Channel", url="https://t.me/
|
| 56 |
],
|
| 57 |
-
[InlineKeyboardButton("Author", url="https://t.me/
|
| 58 |
]
|
| 59 |
),
|
| 60 |
reply_to_message_id=update.message_id
|
|
|
|
| 50 |
[
|
| 51 |
[
|
| 52 |
InlineKeyboardButton(
|
| 53 |
+
"Source", url="https://github.com/imseldrith/x-url-uploader"
|
| 54 |
),
|
| 55 |
+
InlineKeyboardButton("Project Channel", url="https://t.me/url_upload_bots"),
|
| 56 |
],
|
| 57 |
+
[InlineKeyboardButton("Author", url="https://t.me/imseldrith")],
|
| 58 |
]
|
| 59 |
),
|
| 60 |
reply_to_message_id=update.message_id
|