-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fdaa8e
commit 2c829e5
Showing
10 changed files
with
95 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
sagiri_bot/handler/required_module/bot_management/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "BotManagement", | ||
"version": "0.1", | ||
"display_name": "BOT管理模块", | ||
"authors": [ | ||
"SAGIRI-kawaii" | ||
], | ||
"description": "一个可以管理BOT的插件", | ||
"usage": "发送 setting -set key1=value1 key2=value2 ... 改变群内设置\n发送 user -grant @target [1-3] 改变成员权限等级\n发送 blacklist -add @target 添加群内黑名单\n发送 blacklist -remove @target 移除群内黑名单", | ||
"icon": "", | ||
"prefix": [], | ||
"triggers": [] | ||
} |
13 changes: 13 additions & 0 deletions
13
sagiri_bot/handler/required_module/chat_recorder_handler/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "ChatRecorder", | ||
"version": "0.1", | ||
"display_name": "群聊记录存储", | ||
"authors": [ | ||
"SAGIRI-kawaii" | ||
], | ||
"description": "一个对聊天记录进行存储的插件,可配合词云等插件使用", | ||
"usage": "自动触发", | ||
"icon": "", | ||
"prefix": [], | ||
"triggers": [] | ||
} |
13 changes: 13 additions & 0 deletions
13
sagiri_bot/handler/required_module/exception_catcher/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "ExceptionCatcher", | ||
"version": "0.1", | ||
"display_name": "错误报告", | ||
"authors": [ | ||
"SAGIRI-kawaii" | ||
], | ||
"description": "一个向主人报告错误的插件", | ||
"usage": "后台发生错误时自动触发", | ||
"icon": "", | ||
"prefix": [], | ||
"triggers": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
sagiri_bot/handler/required_module/message_statistics/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "MessageStatics", | ||
"version": "0.1", | ||
"display_name": "消息量统计", | ||
"authors": [ | ||
"SAGIRI-kawaii" | ||
], | ||
"description": "一个对不同事件进行处理的插件", | ||
"usage": "在群中发送 `消息量统计` 即可\n发送 `消息量统计 -group` 可查看本群统计", | ||
"icon": "", | ||
"prefix": ["", "/"], | ||
"triggers": ["消息量统计"] | ||
} |
13 changes: 13 additions & 0 deletions
13
sagiri_bot/handler/required_module/mirai_event/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "MiraiEvent", | ||
"version": "0.1", | ||
"display_name": "事件处理", | ||
"authors": [ | ||
"SAGIRI-kawaii" | ||
], | ||
"description": "一个对不同事件进行处理的插件", | ||
"usage": "自动触发", | ||
"icon": "", | ||
"prefix": [], | ||
"triggers": [] | ||
} |
13 changes: 13 additions & 0 deletions
13
sagiri_bot/handler/required_module/saya_manager/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "SayaManager", | ||
"version": "0.1", | ||
"display_name": "插件管理", | ||
"authors": [ | ||
"SAGIRI-kawaii" | ||
], | ||
"description": "一个可以管理saya模块的插件", | ||
"usage": "发送 `已加载插件` 查看已加载插件\n发送 `插件详情 [编号|名称]` 可查看插件详情\n发送 `[加载|重载|卸载|打开|关闭]插件 [编号|名称]` 可加载/重载/卸载/打开/关闭插件", | ||
"icon": "", | ||
"prefix": [], | ||
"triggers": [] | ||
} |
13 changes: 13 additions & 0 deletions
13
sagiri_bot/handler/required_module/system_status/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "SystemStatus", | ||
"version": "0.1", | ||
"display_name": "系统状态", | ||
"authors": [ | ||
"SAGIRI-kawaii" | ||
], | ||
"description": "一个可以查看系统状态的插件", | ||
"usage": "发送 /sys 或 '/sys -a' 或 '/sys -all' 查看CPU、内存以及图库占用信息\n发送 /sys -i 或 '/sys -info' 查看CPU、内存信息\n发送 /sys -s 或 '/sys -storage' 查看图库占用信息", | ||
"icon": "", | ||
"prefix": ["/"], | ||
"triggers": ["sys", "system"] | ||
} |