From 5c40a06ff7669e64691185f56f508c29e55044fa Mon Sep 17 00:00:00 2001 From: Michael De Roover Date: Fri, 26 Mar 2021 22:08:20 +0100 Subject: [PATCH] Remove Telethon installation command from readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5fdc945..94c13fb 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ #### My personal userbot -This project contains the source code of my ([@ghnou](https://t.me/ghnou)'s) userbot. It is based on Telethon, which you can install with `pip3 install -U telethon --user` as a regular user. It has no other dependencies. +This project contains the source code of my ([@ghnou](https://t.me/ghnou)'s) userbot. It is based on Python and Telethon, and has no other dependencies. In terms of functionality it will be not too dissimilar from Konata ([bot](https://t.me/konatasanbot), [source](https://git.ghnou.su/ghnou/konata)). Currently it is still a work in progress.