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"