koishi-plugin-toram 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -200,7 +200,7 @@ async function apply(ctx, config) {
|
|
|
200
200
|
for (const element of elements) {
|
|
201
201
|
if (element.type == "at") {
|
|
202
202
|
if (element.attrs.id == config.机器人qq) {
|
|
203
|
-
return '魔法书现有功能:\n①升级 等级数:查询该等级升级头目\n
|
|
203
|
+
return '魔法书现有功能:\n①升级 等级数:查询该等级升级头目\n②天气预报:查看本次大更新的覆盖内容\n③组队 时间/截止时间 求组内容:发布组队信息到组队大厅\n④组队大厅 页码数:查看组队大厅\n⑤取消组队:取消自己正在发布的组队';
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
}
|