summaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.go b/config.go
index ecdf65fa..38e41a79 100644
--- a/config.go
+++ b/config.go
@@ -22,6 +22,7 @@ type Config struct {
Token string
IconURL string
SkipTLSVerify bool
+ BindAddress string
}
General struct {
GiphyAPIKey string