Merge pull request #9 from sudodoki/patch-1

Update README.md
This commit is contained in:
Rei 2017-12-03 12:05:43 +00:00 committed by GitHub
commit 23facb2c02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ See the [Telegram Bot API](https://core.telegram.org/bots/api).
This library uses [Drakma](http://weitz.de/drakma/) and [CL-JSON](https://common-lisp.net/project/cl-json/) with CLOS semantics. This library uses [Drakma](http://weitz.de/drakma/) and [CL-JSON](https://common-lisp.net/project/cl-json/) with CLOS semantics.
This library has the following aliases: cl-telegram-bot, tl-bot, tg-bot, telegram-bot. This library has the following aliases: cl-telegram-bot, tg-bot, telegram-bot.
- function `(make-bot token)` - function `(make-bot token)`
Returns a bot instance for a given token. To get a new token, see [here](https://core.telegram.org/bots#3-how-do-i-create-a-bot). Returns a bot instance for a given token. To get a new token, see [here](https://core.telegram.org/bots#3-how-do-i-create-a-bot).