diff --git a/bot.go b/bot.go index cde628d..5a7e4dc 100644 --- a/bot.go +++ b/bot.go @@ -4,7 +4,7 @@ import ( "bytes" "encoding/json" "fmt" - "ioutil" + "io/ioutil" "log" "regexp" "strconv"