From ccc765c03c0d2197ea832ae11f6f8795cdf7ac6b Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 5 Nov 2018 17:02:58 +0100 Subject: [PATCH] Fix a few things (#4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update bot.go * Added rice * Fix Hähnchen --- bot.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bot.go b/bot.go index 5c543ce..64c6824 100644 --- a/bot.go +++ b/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"} } )