Spaces:
Sleeping
Sleeping
Rifat Azad commited on
Commit ·
e3a866b
1
Parent(s): 1607769
update fix
Browse files- 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
|
| 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
|
| 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 |
|