Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Commit 2866a24

Browse files
committed
scrappers.py: comment img
testing gimages.py Signed-off-by: goodmeow <[email protected]>
1 parent f5f430b commit 2866a24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

userbot/.__init__.py.kate-swp

2.4 KB
Binary file not shown.

userbot/modules/scrapers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async def carbon_api(e):
119119
# Removing carbon.png after uploading
120120
await e.delete() # Deleting msg
121121

122-
122+
"""
123123
@register(outgoing=True, pattern="^.img (.*)")
124124
async def img_sampler(event):
125125
""" For .img command, search and return images matching the query. """
@@ -149,7 +149,7 @@ async def img_sampler(event):
149149
await event.client.get_input_entity(event.chat_id), lst)
150150
shutil.rmtree(os.path.dirname(os.path.abspath(lst[0])))
151151
await event.delete()
152-
152+
"""
153153

154154
@register(outgoing=True, pattern="^.currency (.*)")
155155
async def moni(event):

0 commit comments

Comments
 (0)