|
|
|
@ -15,18 +15,18 @@ import ( |
|
|
|
|
var ( |
|
|
|
|
canteen *openmensa.Canteen |
|
|
|
|
|
|
|
|
|
emojis = map[string][]string { |
|
|
|
|
":pizza:": {"pizza"}, |
|
|
|
|
":hotdog:": {"wurst", "würstchen", "hotdog"}, |
|
|
|
|
":fries:": {"pommes"}, |
|
|
|
|
":hamburger:": {"burger"}, |
|
|
|
|
":fish:": {"lachs", "filet", "fisch", "kabeljau", "hering", "makrele", "sardine", "schellfisch", "seezunge"}, |
|
|
|
|
":apple:": {"apfel", "äpfel"}, |
|
|
|
|
":poultry_leg:": {"hähnchen"}, |
|
|
|
|
emojis = map[string][]string{ |
|
|
|
|
":pizza:": {"pizza"}, |
|
|
|
|
":hotdog:": {"wurst", "würstchen", "hotdog"}, |
|
|
|
|
":fries:": {"pommes"}, |
|
|
|
|
":hamburger:": {"burger"}, |
|
|
|
|
":fish:": {"lachs", "filet", "fisch", "kabeljau", "hering", "makrele", "sardine", "schellfisch", "seezunge"}, |
|
|
|
|
":apple:": {"apfel", "äpfel"}, |
|
|
|
|
":poultry_leg:": {"hähnchen"}, |
|
|
|
|
":meat_on_bone:": {"schnitzel", "steak", "schwein", "huhn", "geflügel"}, |
|
|
|
|
":spaghetti:": {"nudel", "spaghetti", "pasta"}, |
|
|
|
|
":bread:": {"brot", "brötchen"}, |
|
|
|
|
":rice:": {"reis"} |
|
|
|
|
":spaghetti:": {"nudel", "spaghetti", "pasta"}, |
|
|
|
|
":bread:": {"brot", "brötchen"}, |
|
|
|
|
":rice:": {"reis"}, |
|
|
|
|
} |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|