diff --git a/apps/update.js b/apps/update.js index 7519e1c..666f0e5 100644 --- a/apps/update.js +++ b/apps/update.js @@ -24,7 +24,7 @@ export class update extends plugin { }, { /** 命令正则匹配 */ - reg: '^#(碎月更新|碎月强制更新)$', + reg: '^#(R更新|R强制更新)$', /** 执行方法 */ fnc: 'rconsoleUpdate' }, diff --git a/config/help.yaml b/config/help.yaml index 428af2b..6760ba1 100644 --- a/config/help.yaml +++ b/config/help.yaml @@ -49,11 +49,5 @@ - group: 其他指令[实验] list: - icon: update - title: "#rconsole插件版本" - desc: "查看,最近维护的版本信息" - - icon: update - title: "#rconsole插件更新" - desc: "进行更新rconsole插件" - - icon: update - title: "#rconsole插件强制更新" - desc: "进行强制更新rconsole插件" \ No newline at end of file + title: "#R插件更新" + desc: "进行更新R插件" \ No newline at end of file