mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-22 12:55:38 +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",
|
"name": "yvlu",
|
||||||
"version": "1.211",
|
"version": "1.212",
|
||||||
"section": "chat",
|
"section": "chat",
|
||||||
"maintainer": "xtaodada",
|
"maintainer": "xtaodada",
|
||||||
"size": "10.4 kb",
|
"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.contacts import UnblockRequest
|
||||||
from telethon.tl.functions.users import GetFullUserRequest
|
from telethon.tl.functions.users import GetFullUserRequest
|
||||||
from telethon.tl.types import MessageMediaPhoto, MessageMediaWebPage
|
from telethon.tl.types import MessageMediaPhoto, MessageMediaWebPage
|
||||||
from asyncio.exceptions import TimeoutError
|
from asyncio import TimeoutError
|
||||||
from pagermaid import bot
|
from pagermaid import bot
|
||||||
from pagermaid.listener import listener
|
from pagermaid.listener import listener
|
||||||
from pagermaid.utils import alias_command
|
from pagermaid.utils import alias_command
|
||||||
|
Loading…
Reference in New Issue
Block a user