mirror of
https://github.com/TeamPGM/PagerMaid_Plugins_Pyro.git
synced 2024-11-22 01:15:34 +00:00
Plug-in Sticker -> Fix some issues
This commit is contained in:
parent
463d692288
commit
14e6c52620
@ -222,7 +222,7 @@
|
||||
},
|
||||
{
|
||||
"name": "sticker",
|
||||
"version": "0.03",
|
||||
"version": "0.04",
|
||||
"section": "chat",
|
||||
"maintainer": "xiluo",
|
||||
"size": "16.9 kb",
|
||||
|
@ -12,7 +12,7 @@ from pagermaid.listener import listener
|
||||
from pagermaid.utils import alias_command, client, pip_install
|
||||
from pyrogram.enums import MessageMediaType
|
||||
|
||||
pip_install("beautifulsoup4")
|
||||
pip_install("beautifulsoup4", alias = "bs4")
|
||||
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user