From 348e20696b4c6417842ec381e473d8978c1e149e Mon Sep 17 00:00:00 2001 From: Thorsten S Date: Mon, 22 Apr 2019 08:45:38 +0200 Subject: [PATCH] =?utf8?q?fr=C3=BChst=C3=BCck?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- distbot/plugins/fun.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/distbot/plugins/fun.py b/distbot/plugins/fun.py index 0199773..23f66a3 100644 --- a/distbot/plugins/fun.py +++ b/distbot/plugins/fun.py @@ -67,13 +67,14 @@ class Slap(Worker): class Consumables(Worker): description = "Om nom nom" - usage = "bot: cake/coffee/kaffee/keks/schnitzel [please]" + usage = "bot: cake/coffee/kaffee/keks/schnitzel/frühstück [please]" binding_keys = [ "nick.cake.*", "nick.cake", "nick.schnitzel.*", "nick.schnitzel", "nick.keks.*", "nick.keks", "nick.cookie.*", "nick.cookie", "nick.kaffee.*", "nick.kaffee", + "nick.frühstück.*", "nick.frühstück", ] excuses = [ @@ -101,6 +102,7 @@ class Consumables(Worker): thing_giphy_translation = { "kaffee": "coffee", "keks": "cookie", + "frühstück": "breakfast", } gif = giphy(thing_giphy_translation.get(thing, thing), 'dc6zaTOxFJmzC') return Action(msg='{} for {}: {}'.format(thing, sender, gif)) -- 2.39.5