mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-22 06:32:47 +00:00
[fix] Replace error import in yvlu by py3.6
This commit is contained in:
parent
27a32c81f7
commit
25ea5775ab
@ -682,7 +682,7 @@
|
||||
},
|
||||
{
|
||||
"name": "yvlu",
|
||||
"version": "1.211",
|
||||
"version": "1.212",
|
||||
"section": "chat",
|
||||
"maintainer": "xtaodada",
|
||||
"size": "10.4 kb",
|
||||
|
2
yvlu.py
2
yvlu.py
@ -8,7 +8,7 @@ from telethon.errors import YouBlockedUserError, ForbiddenError, FloodWaitError,
|
||||
from telethon.tl.functions.contacts import UnblockRequest
|
||||
from telethon.tl.functions.users import GetFullUserRequest
|
||||
from telethon.tl.types import MessageMediaPhoto, MessageMediaWebPage
|
||||
from asyncio.exceptions import TimeoutError
|
||||
from asyncio import TimeoutError
|
||||
from pagermaid import bot
|
||||
from pagermaid.listener import listener
|
||||
from pagermaid.utils import alias_command
|
||||
|
Loading…
Reference in New Issue
Block a user