diff options
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ type Config struct { BindAddress string Channel string } + Token map[string]*struct { + IRCChannel string + MMChannel string + } General struct { GiphyAPIKey string } |