From f12b840b713460b8d8f5202a02c9a52cd5961c6b Mon Sep 17 00:00:00 2001 From: ChernV <46843878+otter18@users.noreply.github.com> Date: Fri, 5 Feb 2021 12:52:08 +0300 Subject: [PATCH] typo fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 350902e..1522008 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,6 @@ tg_files_logger.send(file_name, "Test file") ![example_scr](https://raw.githubusercontent.com/otter18/tg_logger/master/img/example_scr.png) ## QA -### How to create a telegram bot? How to get `token` and `used_id`? +### How to create a telegram bot? How to get `token` and `user_id`? - To create bot use official [BotFather](https://t.me/BotFather) bot (descibed [here](https://core.telegram.org/bots#6-botfather)) -- To get `used_id` use special bots (e.g. [@userinfobot](https://t.me/userinfobot), [@JsonDumpBot](https://t.me/JsonDumpBot)) +- To get `user_id` use special bots (e.g. [@userinfobot](https://t.me/userinfobot), [@JsonDumpBot](https://t.me/JsonDumpBot))