Skip to content

Commit

Permalink
add err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaner committed Sep 17, 2019
1 parent 61f18e8 commit a818416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion send.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api"
)

var errAudio = errors.New("")
var errAudio = errors.New("auido or chat_id fields missing")

type audioMsg struct {
chatID int64
Expand Down

0 comments on commit a818416

Please sign in to comment.