From 008ea94b533988c58f14403fa4100f3893cf1f4b Mon Sep 17 00:00:00 2001 From: Wim Date: Wed, 28 Oct 2015 00:04:57 +0100 Subject: Add giphy support. !gif --- config.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.go') diff --git a/config.go b/config.go index e40b0e9a..ecdf65fa 100644 --- a/config.go +++ b/config.go @@ -23,6 +23,9 @@ type Config struct { IconURL string SkipTLSVerify bool } + General struct { + GiphyAPIKey string + } } func NewConfig(cfgfile string) *Config { -- cgit v1.2.3