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 +}