This commit is contained in:
parent
2b83114148
commit
1f56246e8d
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -1,6 +1,7 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"io"
|
||||
"log"
|
||||
"net/http"
|
||||
|
@ -8,7 +9,6 @@ import (
|
|||
"os"
|
||||
"strings"
|
||||
"unicode/utf16"
|
||||
"errors"
|
||||
|
||||
tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5"
|
||||
"nulo.in/dlbot/common"
|
||||
|
|
Reference in a new issue