diff --git a/bot.go b/bot.go index dbbb83d..549399c 100644 --- a/bot.go +++ b/bot.go @@ -22,7 +22,7 @@ var ( ":fish:": {"lachs", "filet", "fisch", "kabeljau"}, ":apple:": {"apfel", "äpfel"}, ":poultry_leg:": {"hänchen"}, - ":meat_on_bone:": {"schnitzel"}, + ":meat_on_bone:": {"schnitzel", "steak", "schwein", "huhn", "geflügel"}, ":spaghetti:": {"nudel", "spaghetti", "pasta"}, } ) @@ -121,4 +121,4 @@ func sendMealsForDate(s *discordgo.Session, t time.Time, channel string) { }, }, }) -} \ No newline at end of file +}