mirror of
https://github.com/watn3y/steamsalty.git
synced 2025-05-05 13:11:24 +02:00
parent
b0d49ab3c4
commit
b0d68f3a83
1 changed files with 1 additions and 2 deletions
3
bot.go
3
bot.go
|
@ -29,9 +29,8 @@ func bot() {
|
|||
continue
|
||||
}
|
||||
|
||||
log.Info().Int64("ChatID", update.Message.Chat.ID).Int64("UserID", update.Message.From.ID).Str("Text", update.Message.Text).Msg("Recieved Message")
|
||||
|
||||
if update.Message.IsCommand() {
|
||||
log.Info().Int64("ChatID", update.Message.Chat.ID).Int64("UserID", update.Message.From.ID).Str("Text", update.Message.Text).Msg("Received Command")
|
||||
commands.Commands(update, bot)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue