Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
4seal authored Oct 3, 2021
1 parent 2594a99 commit 4305751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ async def upload(m, bot, chat_id, dir):
reply_markup=InlineKeyboardMarkup(
[
[
InlineKeyboardButton("👨🏼‍💻Developer", url='https://t.me/subinps'),
InlineKeyboardButton("👨🏼‍💻Developer", url='https://t.me/kippik'),
InlineKeyboardButton("🤖Other Bots", url="https://t.me/subin_works/122")
],
[
Expand All @@ -205,4 +205,4 @@ async def upload(m, bot, chat_id, dir):
total=TOTAL
up=0
rm=TOTAL
shutil.rmtree(dir, ignore_errors=True)
shutil.rmtree(dir, ignore_errors=True)

0 comments on commit 4305751

Please sign in to comment.