From ce32b7defaef2f2cdc1a451eec5800a489291ae3 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 20 Jun 2022 16:12:32 -0700 Subject: [PATCH] Notify the channel on startup --- src/pricebot/core.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pricebot/core.clj b/src/pricebot/core.clj index 6e6af25..75e984e 100644 --- a/src/pricebot/core.clj +++ b/src/pricebot/core.clj @@ -218,6 +218,7 @@ (println "Stopping pricebot...") (stop! bot) (>!! shutdown true)))) + (log/notify! logger (str "Hi! I'm going to start watching the price of " (name currency))) (start! bot) (