We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30afc8 commit 703b9f8Copy full SHA for 703b9f8
1 file changed
anony/helpers/_play.py
@@ -35,7 +35,7 @@ async def wrapper(_, m: types.Message):
35
video = m.command[0][0] == "v" and config.VIDEO_PLAY
36
url = utils.get_url(m)
37
if url and yt.invalid(url):
38
- return await m.reply_text(m.lang["play_not_found"])
+ return await m.reply_text(m.lang["play_not_found"].format(config.SUPPORT_CHAT))
39
m3u8 = url and not yt.valid(url)
40
41
play_mode = await db.get_play_mode(chat_id)
0 commit comments