Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
frp-exe authored Jun 6, 2021
1 parent 19fde30 commit 3f5925f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def stats(update, context):
f'<b>├ 🎮 RAM : {memory}%</b>\n' \
f'<b>├ 💽 DISK : {disk}%</b>\n' \
f'<b>│</b>\n' \
f'<b>╰──「 🚸 @AT_BOTS 🚸 」</b>'
f'<b>╰──「 🚸 @RosewoodRed 🚸 」</b>'
sendMessage(stats, context.bot, update)


Expand All @@ -51,7 +51,7 @@ def start(update, context):
Hi {update.message.chat.first_name}, This bot can mirror all your links to Google drive!
Type /{BotCommands.HelpCommand} to get a list of available commands
'''
update.effective_message.reply_photo("https://telegra.ph/file/019996f816db9ed576cff.jpg", start_string, parse_mode=ParseMode.MARKDOWN)
update.effective_message.reply_photo("https://telegra.ph/file/2dbf73146ad6e77d70a8e.jpg", start_string, parse_mode=ParseMode.MARKDOWN)


@run_async
Expand Down

0 comments on commit 3f5925f

Please sign in to comment.