Skip to content

Commit

Permalink
fixed telego
Browse files Browse the repository at this point in the history
after  github.com/mymmrac/telego from 0.26.3 to 0.27.0
  • Loading branch information
MHSanaei committed Oct 25, 2023
1 parent ff55ddd commit cad6eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/service/tgbot.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func (t *Tgbot) OnReceive() {
func (t *Tgbot) answerCommand(message *telego.Message, chatId int64, isAdmin bool) {
msg, onlyMessage := "", false

command, commandArgs := tu.ParseCommand(message.Text)
command, _, commandArgs := tu.ParseCommand(message.Text)

// Extract the command from the Message.
switch command {
Expand Down

0 comments on commit cad6eeb

Please sign in to comment.