Skip to content

Commit

Permalink
Update google.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberSecByte authored Nov 16, 2020
1 parent aa93e1c commit 2c8682f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions userbot/plugins/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
from userbot.utils import admin_cmd


def progress(current, total):
logger.info("Downloaded {} of {}\nCompleted {}".format(
current, total, (current / total) * 100))


@borg.on(admin_cmd("go (.*)"))
async def gsearch(q_event):
""" For .google command, do a Google search. """
Expand Down

0 comments on commit 2c8682f

Please sign in to comment.