Update main.go

This commit is contained in:
Kanri 2021-10-17 23:56:34 +08:00 committed by GitHub
parent 93a9bf6c5b
commit 4109ef0612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ var (
contents = []string{ contents = []string{
"* OneBot + ZeroBot + Golang", "* OneBot + ZeroBot + Golang",
"* Version 1.1.7 - 2021-10-09 12:50:23 +0800 CST", "* Version 1.1.7 - 2021-10-09 12:50:23 +0800 CST",
"* Copyright © 2020 - 2021 Kanri, DawnNights, Fumiama, Suika", "* Copyright © 2020 - 2021 FloatTech. All Rights Reserved.",
"* Project: https://github.com/FloatTech/ZeroBot-Plugin", "* Project: https://github.com/FloatTech/ZeroBot-Plugin",
} }
banner = strings.Join(contents, "\n") banner = strings.Join(contents, "\n")