aboutsummaryrefslogtreecommitdiff
path: root/telebot.scm
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-03-12 22:14:15 +0100
committerAdrian Kummerlaender2016-03-12 22:17:38 +0100
commit5f641ea6e243dc070e3e041d513a9d02996337c2 (patch)
tree20b5ec45752befc3554277606ba9ed8882f7d1cb /telebot.scm
parentc5dbb98ee5639883676414e4948923de46ba0a5d (diff)
downloadTelebot-5f641ea6e243dc070e3e041d513a9d02996337c2.tar
Telebot-5f641ea6e243dc070e3e041d513a9d02996337c2.tar.gz
Telebot-5f641ea6e243dc070e3e041d513a9d02996337c2.tar.bz2
Telebot-5f641ea6e243dc070e3e041d513a9d02996337c2.tar.lz
Telebot-5f641ea6e243dc070e3e041d513a9d02996337c2.tar.xz
Telebot-5f641ea6e243dc070e3e041d513a9d02996337c2.tar.zst
Telebot-5f641ea6e243dc070e3e041d513a9d02996337c2.zip
Remove unnecessary complexity in demo bot message parsing logic
Diffstat (limited to 'telebot.scm')
-rw-r--r--telebot.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/telebot.scm b/telebot.scm
index 294244d..7453cb1 100644
--- a/telebot.scm
+++ b/telebot.scm
@@ -11,7 +11,7 @@
(use http-client)
(use medea)
- (define api-base "https://api.telegram.org/bot")
+ (define-constant api-base "https://api.telegram.org/bot")
;;; helper functions