Update plugins/echo.py
Browse files- plugins/echo.py +1 -1
plugins/echo.py
CHANGED
@@ -27,7 +27,7 @@ async def echo(bot, update):
|
|
27 |
youtube_dl_password = os.environ.get("YTP", None)
|
28 |
file_name = None
|
29 |
|
30 |
-
if "
|
31 |
return await update.reply_text(
|
32 |
"**Choose Download type**",
|
33 |
reply_markup=InlineKeyboardMarkup(
|
|
|
27 |
youtube_dl_password = os.environ.get("YTP", None)
|
28 |
file_name = None
|
29 |
|
30 |
+
if "nonotydd.be" in url:
|
31 |
return await update.reply_text(
|
32 |
"**Choose Download type**",
|
33 |
reply_markup=InlineKeyboardMarkup(
|