mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-22 12:55:38 +00:00
commit
d09adfb5a5
@ -222,13 +222,13 @@
|
||||
},
|
||||
{
|
||||
"name": "meizi",
|
||||
"version": "1.4",
|
||||
"version": "1.5",
|
||||
"section": "profile",
|
||||
"maintainer": "TNTcraftHIM",
|
||||
"size": "3.7 kb",
|
||||
"supported": true,
|
||||
"des-short": "多网站随机获取写真",
|
||||
"des": "从不同的网站中调取妹子写真/视频,但是无漏点,放心使用(安全版ghs)。命令:meizi,meizisp。"
|
||||
"des": "从不同的网站中调取妹子写真/视频,但是无漏点,放心使用(安全版ghs)。命令:mz,sp。"
|
||||
},
|
||||
{
|
||||
"name": "acg-multi",
|
||||
|
8
meizi.py
8
meizi.py
@ -5,9 +5,9 @@ from pagermaid.listener import listener
|
||||
from os import remove
|
||||
|
||||
|
||||
@listener(is_plugin=True, outgoing=True, command="meizi",
|
||||
@listener(is_plugin=True, outgoing=True, command="mz",
|
||||
description="多网站随机获取性感(可能)的写真")
|
||||
async def meizi(context):
|
||||
async def mz(context):
|
||||
await context.edit("获取中 . . .")
|
||||
status = False
|
||||
for _ in range (20): #最多重试20次
|
||||
@ -62,9 +62,9 @@ async def meizi(context):
|
||||
sleep(2)
|
||||
await context.delete()
|
||||
|
||||
@listener(is_plugin=True, outgoing=True, command="meizisp",
|
||||
@listener(is_plugin=True, outgoing=True, command="sp",
|
||||
description="随机获取妹子的视频")
|
||||
async def meizisp(context):
|
||||
async def sp(context):
|
||||
await context.edit("获取中 . . .")
|
||||
status = False
|
||||
for _ in range (20): #最多重试20次
|
||||
|
Loading…
Reference in New Issue
Block a user