From e14c4178af1db9103d2a52b214471e4f52e95394 Mon Sep 17 00:00:00 2001 From: Thorsten S Date: Mon, 29 Apr 2019 20:21:18 +0200 Subject: [PATCH] hide giphy key --- distbot/plugins/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distbot/plugins/fun.py b/distbot/plugins/fun.py index 23f66a3..950c61b 100644 --- a/distbot/plugins/fun.py +++ b/distbot/plugins/fun.py @@ -104,7 +104,7 @@ class Consumables(Worker): "keks": "cookie", "frühstück": "breakfast", } - gif = giphy(thing_giphy_translation.get(thing, thing), 'dc6zaTOxFJmzC') + gif = giphy(thing_giphy_translation.get(thing, thing), conf_get('giphy_key')) return Action(msg='{} for {}: {}'.format(thing, sender, gif)) def parse_body(self, msg): -- 2.39.2