update cmd/... for new chat package

This commit is contained in:
Tnze
2019-08-06 14:56:28 +08:00
parent ced82a1cab
commit f11c0e773a
5 changed files with 10 additions and 5 deletions

View File

@ -1,11 +1,13 @@
package main
import (
"github.com/Tnze/go-mc/bot"
"github.com/Tnze/go-mc/chat"
"github.com/mattn/go-colorable"
"log"
"time"
"github.com/Tnze/go-mc/bot"
"github.com/Tnze/go-mc/chat"
_ "github.com/Tnze/go-mc/data/lang/en-us"
"github.com/mattn/go-colorable"
)
const timeout = 45