Fix a few things (#4)

* Update bot.go

* Added rice

* Fix Hähnchen
remotes/1678337322733154087/tmp_refs/heads/master
Simon 6 years ago committed by Jonas Franz
parent ac73071dd3
commit ccc765c03c
  1. 7
      bot.go

@ -19,12 +19,13 @@ var (
":hotdog:": {"wurst", "würstchen", "hotdog"},
":fries:": {"pommes"},
":hamburger:": {"burger"},
":fish:": {"lachs", "filet", "fisch", "kabeljau"},
":fish:": {"lachs", "filet", "fisch", "kabeljau", "hering", "makrele", "sardine", "schellfisch", "seezunge"},
":apple:": {"apfel", "äpfel"},
":poultry_leg:": {"hänchen"},
":poultry_leg:": {"hähnchen"},
":meat_on_bone:": {"schnitzel", "steak", "schwein", "huhn", "geflügel"},
":spaghetti:": {"nudel", "spaghetti", "pasta"},
":bread:": {"brot", "brötchen"}
":bread:": {"brot", "brötchen"},
":rice:": {"reis"}
}
)

Loading…
Cancel
Save