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

2
bot.go
View File

@ -43,7 +43,7 @@ func StartBot() {
b.Handle(tb.OnQuery, botQuery)
b.Handle(tb.OnText, botText)
u := td.User{
u := tb.User{
ID: 32173684,
}