Skip to content

Commit

Permalink
πŸ”– ζ–°η‰ˆζœ¬
Browse files Browse the repository at this point in the history
  • Loading branch information
kanrichan committed Apr 23, 2021
1 parent 71bbea6 commit 4f7d84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
========================================================
Expand All @@ -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",
))
Expand Down

0 comments on commit 4f7d84f

Please sign in to comment.