sahanind commited on
Commit
b465055
·
verified ·
1 Parent(s): 0d0019f

Update plugins/echo.py

Browse files
Files changed (1) hide show
  1. 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 "youtu.be" in url:
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(