Skip to content

Commit

Permalink
Don't delete successful health check messages
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed May 17, 2024
1 parent 0cd6a72 commit 60a2612
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HexBug/cogs/message_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ async def health_check(self, ctx: commands.Context, port: int, raw_uuid: str):
return

await ctx.message.add_reaction("✅")
await ctx.message.delete(delay=5)

@commands.command()
@commands.is_owner()
Expand Down

0 comments on commit 60a2612

Please sign in to comment.