From 08f8f0085bc2b279635976f159a2d3d3458cbbdb Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Wed, 31 Oct 2018 09:17:53 +0100 Subject: [PATCH] Extends meat on bone --- bot.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}