imseldrith commited on
Commit
8e535f7
·
1 Parent(s): 1834d0b

Update plugins/help_text.py

Browse files
Files changed (1) hide show
  1. 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/X-Gorn/X-URL-Uploader"
54
  ),
55
- InlineKeyboardButton("Project Channel", url="https://t.me/xTeamBots"),
56
  ],
57
- [InlineKeyboardButton("Author", url="https://t.me/xgorn")],
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