Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cogs/counting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading