randydev commited on
Commit
cfe798b
·
verified ·
1 Parent(s): 313a183
Files changed (1) hide show
  1. akn/AllDownloaderBot/main.py +1 -1
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 blacklist"
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]