Extends meat on bone

master
Jonas Franz 5 years ago committed by GitHub
parent 88e90a2055
commit 08f8f0085b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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) {
},
},
})
}
}

Loading…
Cancel
Save