Skip to content
This repository was archived by the owner on Nov 3, 2022. It is now read-only.

Commit b43ec1e

Browse files
committed
ssvideo: fix typo
Signed-off-by: Mr.Miss <keselekpermen69@gmail.com>
1 parent 22fb286 commit b43ec1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userbot/modules/ssvideo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
@register(outgoing=True, pattern=r"^\.ssvideo(?: |$)(.*)")
1818
async def ssvideo(framecap):
19-
if not framecap.reply_to_msg_id():
19+
if not framecap.reply_to_msg_id:
2020
return await framecap.edit("`reply to video!`")
2121
reply_message = await framecap.get_reply_message()
2222
if not reply_message.media:

0 commit comments

Comments
 (0)