From ca9b91d70bf1f8cc2cf0f821f867dbb6be03d1b9 Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: Fri, 5 Jul 2024 01:01:32 -0500 Subject: [PATCH] docs: fix telegram install command --- docs/user_guide/configuration/telegram.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/configuration/telegram.rst b/docs/user_guide/configuration/telegram.rst index 51d705220..de7cffc8a 100644 --- a/docs/user_guide/configuration/telegram.rst +++ b/docs/user_guide/configuration/telegram.rst @@ -11,7 +11,7 @@ Extra Dependencies You need to install this dependency before using Errbot with Telegram:: - pip install python-telegram-bot + pip install errbot[telegram] Account setup -------------