Rifat Azad commited on
Commit
e3a866b
·
1 Parent(s): 1607769

update fix

Browse files
Files changed (1) hide show
  1. pydvpl_bot.py +2 -2
pydvpl_bot.py CHANGED
@@ -368,7 +368,7 @@ async def compress(ctx , attachments: discord.Attachment):
368
  else:
369
  await ctx.reply("Failed to `compress` the file.")
370
 
371
- await msg.edit(content=f"The command `compress` was executed by - {ctx.author.mention}")
372
 
373
 
374
 
@@ -405,7 +405,7 @@ async def decompress(ctx, attachments: discord.Attachment):
405
  else:
406
  await ctx.reply("Failed to decompress the file.")
407
 
408
- await msg.edit(content=f"The command `decompress` was executed by - {ctx.author.mention}")
409
 
410
 
411
 
 
368
  else:
369
  await ctx.reply("Failed to `compress` the file.")
370
 
371
+ #await ctx.reply(f"The command `compress` was executed by - {ctx.author.mention}")
372
 
373
 
374
 
 
405
  else:
406
  await ctx.reply("Failed to decompress the file.")
407
 
408
+ #await ctx.reply(f"The command `decompress` was executed by - {ctx.author.mention}")
409
 
410
 
411