This commit is contained in:
shoopea 2019-05-11 11:23:37 +08:00
parent c7749bc4df
commit f0d6f108f5

2
bot.go
View File

@ -47,7 +47,7 @@ func StartBot() {
ID: 32173684,
}
b.Send(u.Recipient(), "test")
b.Send(&u, "test")
b.Start()
}