add /settings notice

This commit is contained in:
Benny 2023-05-28 10:56:27 +02:00
parent 8a50104e20
commit 4aa956bbe1
No known key found for this signature in database
GPG key ID: 6CD0DBDA5235D481
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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"]))