mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +08:00
🔖 新版本
This commit is contained in:
parent
c5268d2981
commit
d75494a418
4
main.go
4
main.go
@ -39,7 +39,7 @@ func main() {
|
||||
fmt.Print(`
|
||||
====================[ZeroBot-Plugin]====================
|
||||
* OneBot + ZeroBot + Golang
|
||||
* Version 1.0.1 - 2021-04-20 15:38:43.5133157 +0800 CST
|
||||
* Version 1.0.2 - 2021-04-23 00:06:06.6531353 +0800 CST
|
||||
* Copyright © 2021 Kanri, DawnNights, All Rights Reserved
|
||||
* Project: https://github.com/Yiwen-Chan/ZeroBot-Plugin
|
||||
========================================================
|
||||
@ -57,7 +57,7 @@ func main() {
|
||||
Handle(func(ctx *zero.Ctx) {
|
||||
ctx.SendChain(message.Text(
|
||||
"* OneBot + ZeroBot + Golang ", "\n",
|
||||
"* Version 1.0.1 - 2021-04-20 15:38:43.5133157 +0800 CST", "\n",
|
||||
"* Version 1.0.2 - 2021-04-23 00:06:06.6531353 +0800 CST", "\n",
|
||||
"* Copyright © 2021 Kanri, DawnNights, All Rights Reserved ", "\n",
|
||||
"* Project: https://github.com/Yiwen-Chan/ZeroBot-Plugin",
|
||||
))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user