Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.

Commit e665e6b

Browse files
committed
Userbot: Fix typo
1 parent 09f24a4 commit e665e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

userbot/modules/memify.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ported by MVaL
1+
# Ported by MvAL
22

33
from telethon.errors.rpcerrorlist import YouBlockedUserError
44
from telethon import events
@@ -38,7 +38,7 @@ async def mim(event):
3838
if event.fwd_from:
3939
return
4040
if not event.reply_to_msg_id:
41-
await event.edit("`Syntax: reply to an image with .mms` 'text on top' ; 'text on bottom' ")
41+
await event.edit("`Syntax: reply to an image with .mmf` 'text on top' ; 'text on bottom' ")
4242
return
4343
reply_message = await event.get_reply_message()
4444
if not reply_message.media:

0 commit comments

Comments
 (0)