mirror of
https://github.com/tgbot-collection/ytdlbot.git
synced 2024-11-10 17:25:59 +08:00
add /settings notice
This commit is contained in:
parent
8a50104e20
commit
4aa956bbe1
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"]))
|
||||
|
|
Loading…
Reference in a new issue