From 22f74ef04ac8abfcb30eccd563e51ceaa499f70a Mon Sep 17 00:00:00 2001 From: Karolis Rusenas Date: Sun, 25 Feb 2018 18:58:41 +0000 Subject: [PATCH] keel logo url --- constants/constants.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/constants/constants.go b/constants/constants.go index bfb5b5461..e26e5197c 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -34,3 +34,6 @@ const ( // EnvNotificationLevel - minimum level for notifications, defaults to info const EnvNotificationLevel = "NOTIFICATION_LEVEL" + +// KeelLogoURL - is a logo URL for bot icon +const KeelLogoURL = "https://keel.sh/images/logo.png"