Explorar o código

Fix first load

Innocenty Enikeew %!s(int64=9) %!d(string=hai) anos
pai
achega
6808433b22
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      chatikbot.lisp

+ 2 - 1
chatikbot.lisp

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