mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
🎨 代码优化
This commit is contained in:
parent
8aa719cce7
commit
13a33cb8f8
@ -10,6 +10,7 @@ from zhenxun.configs.path_config import IMAGE_PATH, RECORD_PATH
|
|||||||
from zhenxun.configs.utils import PluginExtraData
|
from zhenxun.configs.utils import PluginExtraData
|
||||||
from zhenxun.models.ban_console import BanConsole
|
from zhenxun.models.ban_console import BanConsole
|
||||||
from zhenxun.services.log import logger
|
from zhenxun.services.log import logger
|
||||||
|
from zhenxun.utils.enum import PluginType
|
||||||
from zhenxun.utils.message import MessageUtils
|
from zhenxun.utils.message import MessageUtils
|
||||||
from zhenxun.utils.utils import CountLimiter
|
from zhenxun.utils.utils import CountLimiter
|
||||||
|
|
||||||
@ -19,7 +20,12 @@ __plugin_meta__ = PluginMetadata(
|
|||||||
usage="""
|
usage="""
|
||||||
戳一戳随机掉落语音或美图萝莉图
|
戳一戳随机掉落语音或美图萝莉图
|
||||||
""".strip(),
|
""".strip(),
|
||||||
extra=PluginExtraData(author="HibiKier", version="0.1", menu_type="其他").dict(),
|
extra=PluginExtraData(
|
||||||
|
author="HibiKier",
|
||||||
|
version="0.1",
|
||||||
|
menu_type="其他",
|
||||||
|
plugin_type=PluginType.HIDDEN,
|
||||||
|
).dict(),
|
||||||
)
|
)
|
||||||
|
|
||||||
REPLY_MESSAGE = [
|
REPLY_MESSAGE = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user