This commit is contained in:
fumiama 2021-10-18 15:25:06 +08:00
commit 44dac98b37

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")