bots: Make giphy bot consistent with other api_key bot structure.

This commit is contained in:
Abhijeet Kaur 2017-08-10 05:17:57 +05:30 committed by Tim Abbott
parent f3d839fd47
commit a68e582f72
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
[giphy]
key = 12345678

View file

@ -1,5 +1,5 @@
# To use this plugin, you need to set up the Giphy API key for this bot in # To use this plugin, you need to set up the Giphy API key for this bot in
# ~/.giphy_config # giphy.conf in this (zulip_bots/bots/giphy/giphy/) directory.
from __future__ import absolute_import from __future__ import absolute_import
from __future__ import print_function from __future__ import print_function