Spaces:
Running
Running
akn/AllDownloaderBot/main.py
CHANGED
@@ -201,7 +201,7 @@ async def duplicate_remove(c, m):
|
|
201 |
if not m.reply_to_message:
|
202 |
if len(m.command) < 2:
|
203 |
return await m.reply_text(
|
204 |
-
"Reply to a user or pass a user_id to
|
205 |
)
|
206 |
try:
|
207 |
getuser = m.command[1]
|
|
|
201 |
if not m.reply_to_message:
|
202 |
if len(m.command) < 2:
|
203 |
return await m.reply_text(
|
204 |
+
"Reply to a user or pass a user_id to remvoe duplicate"
|
205 |
)
|
206 |
try:
|
207 |
getuser = m.command[1]
|