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 62d0ee17..efd6eaf8 100644
--- a/config.go
+++ b/config.go
@@ -20,6 +20,7 @@ type Config struct {
Port int
ShowJoinPart bool
Token string
+ IconURL string
}
}