mirror of
https://github.com/tgbot-collection/ytdlbot.git
synced 2025-02-24 23:34:44 +08:00
update readme
This commit is contained in:
parent
cfc798330a
commit
fb51f12eec
2 changed files with 7 additions and 5 deletions
|
@ -6,13 +6,14 @@
|
|||
|
||||
This Telegram bot allows you to download videos from YouTube and [other supported websites](#supported-websites).
|
||||
|
||||
**Celery mode won't work and I don't know why. So I am shutting down this bot**
|
||||
**Celery mode won't work and I don't know why. So I may shutting down this bot soon.**
|
||||
|
||||
# Usage
|
||||
|
||||
[https://t.me/benny_ytdlbot](https://t.me/benny_ytdlbot)
|
||||
* EU(recommended): [https://t.me/benny_2ytdlbot](https://t.me/benny_2ytdlbot)
|
||||
* Asia:[https://t.me/benny_ytdlbot](https://t.me/benny_ytdlbot)
|
||||
|
||||
Join Telegram Channel https://t.me/+OGRC8tp9-U9mZDZl for updates.
|
||||
* Join Telegram Channel https://t.me/+OGRC8tp9-U9mZDZl for updates.
|
||||
|
||||
Just send a link directly to the bot.
|
||||
|
||||
|
|
|
@ -23,8 +23,9 @@ from utils import get_func_queue
|
|||
|
||||
class BotText:
|
||||
start = """
|
||||
Welcome to YouTube Download bot. Type /help for more information.
|
||||
**I am shutting down this bot because it doesn't work on celery mode.**
|
||||
Welcome to YouTube Download bot. Type /help for more information. Recommend to use EU Bot
|
||||
EU🇪🇺: @benny_2ytdlbot
|
||||
SG🇸🇬:@benny_ytdlbot
|
||||
|
||||
Join https://t.me/+OGRC8tp9-U9mZDZl for updates."""
|
||||
|
||||
|
|
Loading…
Reference in a new issue