From 67d4a64f9243c020bc9fdcf8eb42f40e0d026b57 Mon Sep 17 00:00:00 2001 From: Mikkel Munch Mortensen <3xm@detfalskested.dk> Date: Tue, 4 Jul 2023 10:06:03 +0200 Subject: [PATCH] Introduce more emojis --- frokostbot.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frokostbot.py b/frokostbot.py index e5faf59..bbe2ab0 100644 --- a/frokostbot.py +++ b/frokostbot.py @@ -157,9 +157,10 @@ else: for emoji, keywords in { "flag-in": ["indisk", "indien"], "flag-gr": ["græsk", "grækenland"], + "hushed": ["surprise", "surprice"], "fish": ["fisk", "laks", "rødspætte", "sej ", "kulmule"], "shrimp": ["reje"], - "pig2": ["skinke", "gris", "nakkefilet"], + "pig2": ["skinke", "gris", "nakkefilet", "flæsk"], "cow": ["hakkebøf"], "cow2": ["kalv", "okse"], "chicken": ["kylling", "chicken"], @@ -167,6 +168,7 @@ else: "rabbit2": [" hare"], "rooster": ["coq au vin"], "egg": [" æg ", " ægge"], + "butter": ["smør"], "falafel": ["falafel"], "hot_pepper": ["chili", "hot sauce"], "onion": ["løg"], @@ -178,6 +180,7 @@ else: "beans": ["bønne"], "olive": ["oliven"], "spaghetti": ["spaghetti"], + "pizza": ["pizza"], "hamburger": ["burger"], "sandwich": ["sandwich"], "stuffed_flatbread": ["pita"], @@ -185,11 +188,13 @@ else: "hotdog": ["hotdog"], "wine_glass": ["coq au vin"], "bowl_with_spoon": ["suppe"], + "fire": ["grill", "brændt"], "stew": ["gryde", "gullasch"], "rice": [" ris "], "ramen": ["nudler"], "cloud": ["sky"], "potato": ["kartoffel", "kartofler"], + "tomato": ["tomat"], "apple": ["æble"], "peanuts": ["peanut"], "baguette_bread": ["flute"],