Plug-in Sticker -> Fix some issues

This commit is contained in:
汐洛呐 2022-06-26 11:17:36 +00:00 committed by GitHub
parent 463d692288
commit 14e6c52620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@
},
{
"name": "sticker",
"version": "0.03",
"version": "0.04",
"section": "chat",
"maintainer": "xiluo",
"size": "16.9 kb",

View File

@ -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