This commit is contained in:
shoopea 2019-06-03 09:21:59 +08:00
parent 51ef0bfb21
commit 8bf6e0b7ab

View File

@ -4,12 +4,15 @@ import (
"database/sql"
"flag"
"fmt"
_ "github.com/go-sql-driver/mysql"
"gopkg.in/gcfg.v1"
tb "gopkg.in/tucnak/telebot.v2"
"log"
"math/rand"
"sync"
"time"
"gopkg.in/gcfg.v1"
_ "github.com/go-sql-driver/mysql"
tb "gopkg.in/tucnak/telebot.v2"
)
type Config struct {