diff --git a/Home.md b/Home.md index bfb616b..a3b6305 100644 --- a/Home.md +++ b/Home.md @@ -4,6 +4,8 @@ Before opening an issue about how to use the library, **please** make sure you'v Also please make sure to **read the change log** (over [Releases](https://github.com/LonamiWebs/Telethon/releases)) when you update the library through `pip install --upgrade telethon`, since the library, although has been around for quite a while, may still introduce some breaking changes from time to time which will be listed there. +The library will by default report RPC errors to `rpc.pwrtelegram.xyz`. For more information, please check the [API Status](API-Status) wiki page. + ## Why Telethon? > Why should I bother with Telethon? There are more mature projects already, such as [`telegram-cli`](https://github.com/vysheng/tg) with even (limited) Python support. And we have the [official](https://github.com/telegramdesktop/tdesktop>) [clients](https://github.com/DrKLO/Telegram>)!