更新提示Yunzai-Bot改为Miao-Yunzai

Signed-off-by: touchscale <11134128+touchscale@user.noreply.gitee.com>
This commit is contained in:
touchscale 2023-04-24 07:15:05 +00:00 committed by Gitee
parent b5e00425a7
commit 3b79c63907
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ export class update extends plugin {
] ]
}) })
this.typeName = 'Yunzai-Bot' this.typeName = 'Miao-Yunzai'
} }
async update () { async update () {
@ -256,7 +256,7 @@ export class update extends plugin {
let end = '' let end = ''
log = await this.makeForwardMsg(`${plugin || 'Yunzai-Bot'}更新日志,共${line}`, log, end) log = await this.makeForwardMsg(`${plugin || 'Miao-Yunzai'}更新日志,共${line}`, log, end)
return log return log
} }