teamx-cloner commited on
Commit
bc4424e
·
1 Parent(s): 3e4b25b

Update autopic.py

Browse files
Files changed (1) hide show
  1. plugins/autopic.py +2 -2
plugins/autopic.py CHANGED
@@ -13,8 +13,8 @@ from random import shuffle
13
 
14
  from telethon.tl.functions.photos import UploadProfilePhotoRequest
15
 
16
- from pyUltroid.fns.helper import download_file
17
- from pyUltroid.fns.tools import get_google_images
18
 
19
  from . import LOGS, get_help, get_string, udB, ultroid_bot, ultroid_cmd
20
 
 
13
 
14
  from telethon.tl.functions.photos import UploadProfilePhotoRequest
15
 
16
+ from xteam.fns.helper import download_file
17
+ from xteam.fns.tools import get_google_images
18
 
19
  from . import LOGS, get_help, get_string, udB, ultroid_bot, ultroid_cmd
20