Skip to content

Commit

Permalink
Update incoming_message_fn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbirHasan2005 authored Jan 31, 2021
1 parent 8e28bcc commit d597aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/plugins/incoming_message_fn.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ async def incoming_compress_message_f(bot, update):
reply_markup=InlineKeyboardMarkup(
[
[
InlineKeyboardButton('Show Bot Status', url='https://t.me/VideoCompressLogs') # Replace With Your's
InlineKeyboardButton('Show Bot Status', url=f'https://t.me/{LOG_CHANNEL}') # That's Username na ...
]
]
),
Expand Down

0 comments on commit d597aba

Please sign in to comment.