Skip to content

Commit

Permalink
Update callback.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilkumar-Bathala authored Sep 7, 2021
1 parent 6e31ab9 commit 1627873
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bot/plugins/callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,6 @@ async def cb_about(bot, update: CallbackQuery):
text+=f"\n<b><i>Bot's Uptime:</i></b> <code>{time_formatter(time.time() - start_uptime)}</code>\n"
text+=f"\n<b><i>Bot Funtion:</i></b> <i>Auto Filter Files</i>\n"
text+=f"""\n<b><i>Bot Support:</i></b> <a href="https://t.me/DarlingAnil">Anil</a>\n"""
text+="""\n<b><i>Source Code:</i></b> <a href="https://github.com/Anilkumar-Bathala/Adv-Auto-Filter-Bot-V2.git">Source</a>"""

buttons = [
[
Expand Down Expand Up @@ -1640,8 +1639,6 @@ async def callback_data(bot, update: CallbackQuery):
if query_data == "start":
buttons = [
InlineKeyboardButton('Upto Telugu Movies', url='https://t.me/upto_telugu_movies'),
],[
InlineKeyboardButton('Source Code 🧾', url ='https://github.com/Anilkumar-Bathala/Adv-Auto-Filter-Bot-V2.git')
],[
InlineKeyboardButton('Support 🛠', url='https://t.me/DarlingAnil')
],[
Expand Down

0 comments on commit 1627873

Please sign in to comment.