From 702f7b5ba9e8ef7e262b3779ce98e438789bd7de Mon Sep 17 00:00:00 2001 From: youngcoder45 Date: Sat, 27 Jun 2026 17:26:18 +0530 Subject: [PATCH] Counting message edit --- cogs/counting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/counting.py b/cogs/counting.py index a49c6a8..1814734 100644 --- a/cogs/counting.py +++ b/cogs/counting.py @@ -714,7 +714,7 @@ async def fail_count(self, message, current_count, reason): prompt_msg: Optional[discord.Message] = None try: prompt_msg = await message.channel.send( - f"{message.author.mention} do you want to waste a server save for your foolish ruin?" + f"{message.author.mention} Looks like You Ruined our Effort, Nvm, Do you want to save the count? Choose :check: below!!" ) except Exception: prompt_msg = None