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

Commit 4ed9f12

Browse files
committed
userbot: comment some scrappers strings
1 parent 6a9816c commit 4ed9f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userbot/modules/scrapers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ async def carbon_api(e):
122122
"""
123123
@register(outgoing=True, pattern="^.img (.*)")
124124
async def img_sampler(event):
125-
""" For .img command, search and return images matching the query. """
125+
For .img command, search and return images matching the query.
126126
await event.edit("Processing...")
127127
query = event.pattern_match.group(1)
128128
lim = findall(r"lim=\d+", query)

0 commit comments

Comments
 (0)