From: Thorsten S Date: Mon, 29 Apr 2019 18:21:18 +0000 (+0200) Subject: hide giphy key X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=e14c4178af1db9103d2a52b214471e4f52e95394;p=urlbot-v3.git hide giphy key --- 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):