diff --git a/requirements.txt b/requirements.txt index 8e97e68..aa3fd5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,15 +11,15 @@ flower==1.2.0 psutil==5.9.5 influxdb==5.3.1 beautifulsoup4==4.12.2 -fakeredis==2.12.1 +fakeredis==2.13.0 supervisor==4.2.5 tgbot-ping==1.0.7 redis==4.5.4 -requests==2.30.0 +requests==2.31.0 tqdm==4.65.0 requests-toolbelt==1.0.0 ffpb==0.4.1 youtube-search-python==1.6.6 token-bucket==0.3.0 coloredlogs==15.0.1 -sentry-sdk==1.23.1 +sentry-sdk==1.24.0 diff --git a/ytdlbot/ytdl_bot.py b/ytdlbot/ytdl_bot.py index 33f5f00..04e00bb 100644 --- a/ytdlbot/ytdl_bot.py +++ b/ytdlbot/ytdl_bot.py @@ -305,6 +305,7 @@ def buy_handler(client: Client, message: types.Message): message="Buy more download token", ) ) + client.send_message(chat_id, "In /settings, change your download mode to Local will make the download faster!") @app.on_message(filters.command(["redeem"]))