mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
fix title (#705)
This commit is contained in:
parent
5931e03c00
commit
eb43f84d34
@ -79,7 +79,7 @@ func init() {
|
|||||||
logrus.Warnln("VT100设置失败, 将以无色模式输出")
|
logrus.Warnln("VT100设置失败, 将以无色模式输出")
|
||||||
}
|
}
|
||||||
|
|
||||||
err = setConsoleTitle("ZeroBot-Blugin " + banner.Version + " " + banner.Copyright)
|
err = setConsoleTitle("ZeroBot-Plugin " + banner.Version + " " + banner.Copyright)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user