This commit is contained in:
shoopea 2019-05-03 11:23:44 +08:00
parent 5a30a30ae2
commit 52b7438898

4
bot.go
View File

@ -3,11 +3,7 @@ package main
import (
"time"
"log"
"flag"
"fmt"
"database/sql"
_ "github.com/go-sql-driver/mysql"
"gopkg.in/gcfg.v1"
tb "gopkg.in/tucnak/telebot.v2"
)