Skip to content

Commit

Permalink
Bot: abort: don't delete the message
Browse files Browse the repository at this point in the history
Change-Id: I2c5f3c0b2612ad14c2b94881282dfea19a89b0ac
  • Loading branch information
adekmaulana committed Jul 18, 2021
1 parent 1f7eca4 commit e72f9b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bot/plugins/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ async def cmd_abort(self, ctx: command.Context) -> Optional[str]:
else:
return "__The message you choose is not in task.__"

await reply_msg.delete()

return

return await aria2.cancelMirror(ctx.input)

0 comments on commit e72f9b1

Please sign in to comment.