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

Commit d445b3b

Browse files
committed
userbot: fixup
1 parent 57aafd1 commit d445b3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

userbot/modules/gimages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from userbot import CMD_HELP, GCS_DEVELOPER_KEY, GCS_CX
88
from userbot.events import register
99
from google_images_search import GoogleImagesSearch
10+
from re import findall
1011

1112
@register(outgoing=True, pattern="^.gimg (.*)")
1213
async def gis_search(event):

0 commit comments

Comments
 (0)