diff options
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ type Config struct { IconURL string SkipTLSVerify bool BindAddress string + Channel string } General struct { GiphyAPIKey string |