diff options
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -16,8 +16,9 @@ type Config struct { Channel string } Mattermost struct { - URL string - Port int + URL string + Port int + ShowJoinPart bool } } |