Update README.md

Remove `:tl-bot` from list of nicknames
This commit is contained in:
Джон, просто Джон 2017-11-21 21:01:37 +02:00 committed by GitHub
parent 778a3de4d0
commit ea55272716
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 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)`
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).