diff --git a/plugins/other/update.js b/plugins/other/update.js index 36b4f55..d27572a 100644 --- a/plugins/other/update.js +++ b/plugins/other/update.js @@ -34,7 +34,7 @@ export class update extends plugin { ] }) - this.typeName = 'Yunzai-Bot' + this.typeName = 'Miao-Yunzai' } async update () { @@ -256,7 +256,7 @@ export class update extends plugin { let end = '' - log = await this.makeForwardMsg(`${plugin || 'Yunzai-Bot'}更新日志,共${line}条`, log, end) + log = await this.makeForwardMsg(`${plugin || 'Miao-Yunzai'}更新日志,共${line}条`, log, end) return log }