fix title (#705)

This commit is contained in:
Jiang-Red
2023-07-23 00:41:00 +08:00
committed by GitHub
parent 5931e03c00
commit eb43f84d34

View File

@@ -79,7 +79,7 @@ func init() {
logrus.Warnln("VT100设置失败, 将以无色模式输出")
}
err = setConsoleTitle("ZeroBot-Blugin " + banner.Version + " " + banner.Copyright)
err = setConsoleTitle("ZeroBot-Plugin " + banner.Version + " " + banner.Copyright)
if err != nil {
panic(err)
}