Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from MaskDuck/patch-1
Browse files Browse the repository at this point in the history
dynamicize the thread fail msg
  • Loading branch information
wdhdev authored Aug 3, 2024
2 parents c6fc42b + e6d6f2b commit e4ace53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def replace_placeholders(string: str, placeholders: dict) -> str:

THREAD_MIN_CHAR = 50
THREAD_MIN_SUPPRESS_PREFIX = "!suppress"
THREAD_MIN_FAIL = "Your message must be at least 50 characters long. Please provide more detail about the issue which you are facing."
THREAD_MIN_FAIL = f"Your message must be at least {THREAD_MIN_CHAR} characters long. Please provide more detail about the issue which you are facing."
THREAD_NAME = "Dev Help (member.name)"
THREAD_EMBED_TITLE = "Help Thread"
THREAD_EMBED_RESOURCES = "- [Documentation](https://is-a.dev/docs)\n- [GitHub Repository](https://github.com/is-a-dev/register)"
Expand Down

0 comments on commit e4ace53

Please sign in to comment.