Skip to content

Commit 703b9f8

Browse files
Typo (#241)
Signed-off-by: anony <notanony@hotmail.com>
1 parent f30afc8 commit 703b9f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

anony/helpers/_play.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async def wrapper(_, m: types.Message):
3535
video = m.command[0][0] == "v" and config.VIDEO_PLAY
3636
url = utils.get_url(m)
3737
if url and yt.invalid(url):
38-
return await m.reply_text(m.lang["play_not_found"])
38+
return await m.reply_text(m.lang["play_not_found"].format(config.SUPPORT_CHAT))
3939
m3u8 = url and not yt.valid(url)
4040

4141
play_mode = await db.get_play_mode(chat_id)

0 commit comments

Comments
 (0)