This commit is contained in:
shoopea 2019-05-11 13:08:12 +08:00
parent 81b65c3b1f
commit 42d1c51891

1
bot.go
View File

@ -4,6 +4,7 @@ import (
"encoding/json"
"fmt"
tb "gopkg.in/tucnak/telebot.v2"
"log"
"regexp"
"time"
)