This commit is contained in:
shoopea 2019-05-11 11:20:57 +08:00
parent 498fd08aca
commit c7749bc4df

2
bot.go
View File

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