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"}, ":hotdog:": {"wurst", "würstchen", "hotdog"},
":fries:": {"pommes"}, ":fries:": {"pommes"},
":hamburger:": {"burger"}, ":hamburger:": {"burger"},
":fish:": {"lachs", "filet", "fisch", "kabeljau"}, ":fish:": {"lachs", "filet", "fisch", "kabeljau", "hering", "makrele", "sardine", "schellfisch", "seezunge"},
":apple:": {"apfel", "äpfel"}, ":apple:": {"apfel", "äpfel"},
":poultry_leg:": {"hänchen"}, ":poultry_leg:": {"hähnchen"},
":meat_on_bone:": {"schnitzel", "steak", "schwein", "huhn", "geflügel"}, ":meat_on_bone:": {"schnitzel", "steak", "schwein", "huhn", "geflügel"},
":spaghetti:": {"nudel", "spaghetti", "pasta"}, ":spaghetti:": {"nudel", "spaghetti", "pasta"},
":bread:": {"brot", "brötchen"} ":bread:": {"brot", "brötchen"},
":rice:": {"reis"}
} }
) )

Loading…
Cancel
Save