1
0
Innocenty Enikeew 10 жил өмнө
parent
commit
77648a4609
1 өөрчлөгдсөн 14 нэмэгдсэн , 0 устгасан
  1. 14 0
      config.lisp.example

+ 14 - 0
config.lisp.example

@@ -0,0 +1,14 @@
+(in-package #:chatikbot)
+
+;; Telegram
+(setf *telegram-token* "123456789:YourTokenHere")
+
+;; Forecast.io
+(setf *forecast-api-key* "<forecast-key>")
+
+;; Tits tumblr
+(setf *tumblr-roll* '("http://boobs-selfshots.tumblr.com"
+                      "http://bbt12.tumblr.com"))
+
+;; Admins
+(setf *admins* '(<user-id> <user-id>))