diff --git a/gaspar/gaspar.py b/gaspar/gaspar.py
index fb296d9..f958fd7 100644
--- a/gaspar/gaspar.py
+++ b/gaspar/gaspar.py
@@ -153,7 +153,7 @@ def main():
f"Client: {tr_client_check}
\nStatus: Conenction failed!
\n" \
r"/delete_client"
else:
- tr_line = "You have no configured client."
+ tr_line = "You have no configured client. Send me a link to access web torrent API like https://private.qbittorrent.my. Transmission and qBittorrent are supported now."
update.message.reply_text(tr_line, parse_mode='HTML', disable_web_page_preview=True)
def delete_client(update, context):