Skip to content

Commit

Permalink
fix title (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiang-Red committed Jul 22, 2023
1 parent 5931e03 commit eb43f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/console_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit eb43f84

Please sign in to comment.