diff --git a/client/src/pages/guide/english/python/what-is-python-used-for/index.md b/client/src/pages/guide/english/python/what-is-python-used-for/index.md
index f5d3e685bb..2d8e5a81f0 100644
--- a/client/src/pages/guide/english/python/what-is-python-used-for/index.md
+++ b/client/src/pages/guide/english/python/what-is-python-used-for/index.md
@@ -41,6 +41,9 @@ its flexibility and rapid prototyping and availability of libraries.
#### Telegram Bots Development
You can use Python and some Python-libraries for developing your own Telegram Bots
+#### Discord Bots Development
+You can use Python and some Python-libraries for developing Discord Bots
+
#### Data Gathering by crawling and scraping
Python could also be used by parse pages source codes and retrieve its data. Using some python modules, such as: Scrapy and also (for some reasons and pages which uses javascript) Selenium, should do the trick!