bots: Make giphy bot consistent with other api_key bot structure.
This commit is contained in:
parent
f3d839fd47
commit
a68e582f72
2
zulip_bots/zulip_bots/bots/giphy/giphy.conf
Normal file
2
zulip_bots/zulip_bots/bots/giphy/giphy.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[giphy]
|
||||||
|
key = 12345678
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue