Skip to content

Commit

Permalink
Fix botka's help message
Browse files Browse the repository at this point in the history
  • Loading branch information
kozaktomas committed Nov 26, 2024
1 parent ba3d164 commit dc2883c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pkg/hook/botka.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ func (b *Botka) helpHandler() wa.EventHandler {
"/pub /hospoda - informace o hospodě \n" +
"/becka - informace o aktuální bečce \n" +
"/cenik - ceník \n" +
"/sklad - stav skladu" +
"/baracek - ceník Baráček" +
"/sklad - stav skladu\n" +
"/baracek - ceník Baráček\n" +
"/maneo - ceník Maneo"
err := b.whatsapp.SendText(from, reply)
return err
Expand Down

0 comments on commit dc2883c

Please sign in to comment.