diff options
author | Wim <wim@42.be> | 2015-10-28 00:04:57 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2015-10-28 00:04:57 +0100 |
commit | 008ea94b533988c58f14403fa4100f3893cf1f4b (patch) | |
tree | 5ed780ff34bec0664bee81fcbcc3e65a61cd73c1 /config.go | |
parent | 693f1946b7ef34b430466d1de7dc9a0d445c3894 (diff) | |
download | matterbridge-msglm-008ea94b533988c58f14403fa4100f3893cf1f4b.tar.gz matterbridge-msglm-008ea94b533988c58f14403fa4100f3893cf1f4b.tar.bz2 matterbridge-msglm-008ea94b533988c58f14403fa4100f3893cf1f4b.zip |
Add giphy support. !gif <query>
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ type Config struct { IconURL string SkipTLSVerify bool } + General struct { + GiphyAPIKey string + } } func NewConfig(cfgfile string) *Config { |