Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
kozaktomas committed Nov 23, 2024
1 parent 4aac1d9 commit 0a0eb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/hook/botka.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (b *Botka) kegHandler() wa.EventHandler {
},
Handler: func(from, _ string) error {
msg := fmt.Sprintf(
"\nMáme naraženou %dl bečku a zbývá v ní %d %s. Naražena byla %s v %s.",
"Máme naraženou %dl bečku a zbývá v ní %d %s. Naražena byla %s v %s.",
b.brain.ActiveKeg,
b.brain.BeerLeft,
utils.FormatBeer(b.brain.BeerLeft),
Expand Down

0 comments on commit 0a0eb93

Please sign in to comment.