@@ -108,4 +108,4 @@
;; Notify admins
(dolist (admin *admins*)
(ignore-errors
- (telegram-send-message admin (format nil "chatikbot started at ~A" (format-ts (local-time:now)))))))
+ (telegram-send-message admin (format nil "~A started at ~A" *bot-name* (format-ts (local-time:now)))))))