summaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go3
1 files changed, 3 insertions, 0 deletions
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 {