From 5de9f061c367cc0a8be4064e47195b49db63e5b7 Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Wed, 31 Oct 2018 09:17:01 +0100 Subject: [PATCH] =?UTF-8?q?Add=20br=C3=B6tchen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot.go b/bot.go index dbbb83d..f4468e9 100644 --- a/bot.go +++ b/bot.go @@ -24,6 +24,7 @@ var ( ":poultry_leg:": {"hänchen"}, ":meat_on_bone:": {"schnitzel"}, ":spaghetti:": {"nudel", "spaghetti", "pasta"}, + ":bread:": {"brot", "brötchen"} } ) @@ -121,4 +122,4 @@ func sendMealsForDate(s *discordgo.Session, t time.Time, channel string) { }, }, }) -} \ No newline at end of file +}