mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2025-09-14 16:16:24 +00:00
Ⓜ️手动从旧梦 81a191f merge
This commit is contained in:
23
src/nonebot_plugins/liteyuki_status/__init__.py
Normal file
23
src/nonebot_plugins/liteyuki_status/__init__.py
Normal file
@ -0,0 +1,23 @@
|
||||
from nonebot.plugin import PluginMetadata
|
||||
from .status import *
|
||||
|
||||
__author__ = "神羽SnowyKami & 金羿Eilles"
|
||||
__plugin_meta__ = PluginMetadata(
|
||||
name="状态查看器",
|
||||
description="",
|
||||
usage=(
|
||||
"MARKDOWN### 状态查看器\n"
|
||||
"查看机器人的状态\n"
|
||||
"### 用法\n"
|
||||
"- `/status` 查看基本情况\n"
|
||||
"- `/status memory` 查看内存使用情况\n"
|
||||
"- `/status process` 查看进程情况\n"
|
||||
),
|
||||
type="application",
|
||||
homepage="https://github.com/snowykami/LiteyukiBot",
|
||||
extra={
|
||||
"liteyuki": True,
|
||||
"toggleable": False,
|
||||
"default_enable": True,
|
||||
},
|
||||
)
|
Reference in New Issue
Block a user