Skip to content

Add an in #3300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

Kitty-Therapist
Copy link

Should be "This thread will close IN " rather than "This thread will close

This is a minor issue that has been missed for two years according to Lorenzo. I told them that I'd throw in a quick pull request for it.

Should be "This thread will close IN <time>" rather than "This thread will close <time>

Signed-off-by: Ghoul <31807465+Kitty-Therapist@users.noreply.github.com>
@Zinoviya99
Copy link

#3210

Already being worked on / reported.

@@ -448,7 +448,7 @@ async def send_scheduled_close_message(self, ctx, after, silent=False):

embed = discord.Embed(
title="Scheduled close",
description=f"This thread will close {silent}{human_delta}.",
description=f"This thread will close in {silent}{human_delta}.",
Copy link
Contributor

@Jerrie-Aries Jerrie-Aries Aug 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be put between {silent} and {human_delta}. Otherwise if it's silent, the output would be:
This thread will close in silently 2 hours.

Suggested change
description=f"This thread will close in {silent}{human_delta}.",
description=f"This thread will close {silent}in {human_delta}.",

Updated:
We already have a merge commit that fixed this.

@raidensakura
Copy link
Member

raidensakura commented Aug 12, 2023

Duplicate of #3233, this is already fixed in develop branch. PRs should also target the develop branch, not master.

@Zinoviya99
Copy link

Already merged into the dev branch.

@Zinoviya99 Zinoviya99 closed this Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants