diff options
author | 2025-01-18 17:15:59 +0000 | |
---|---|---|
committer | 2025-01-18 18:03:58 +0000 | |
commit | ea41edc4c42312013a77c8cc7348ab91bf1c3a23 (patch) | |
tree | 04233ed113ff9c89befc67c3f8e2402eeba0dce9 | |
parent | Remove unneeded constant (diff) |
Significantly shorten help channel close message
-rw-r--r-- | bot/exts/help_channels/_channel.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/help_channels/_channel.py b/bot/exts/help_channels/_channel.py index 06d174e5c..de679447d 100644 --- a/bot/exts/help_channels/_channel.py +++ b/bot/exts/help_channels/_channel.py @@ -28,8 +28,8 @@ NEW_POST_FOOTER = f"Closes after a period of inactivity, or when you send {const NEW_POST_ICON_URL = f"{BRANDING_REPO_RAW_URL}/main/icons/checkmark/green-checkmark-dist.png" CLOSED_POST_MSG = f""" -This help channel has been closed and it's no longer possible to send messages here. \ -If your question wasn't answered, feel free to create a new post in <#{constants.Channels.python_help}>. \ +This help channel has been closed. \ +Feel free to create a new post in <#{constants.Channels.python_help}>. \ To maximize your chances of getting a response, check out this guide on [asking good questions]({ASKING_GUIDE_URL}). """ CLOSED_POST_ICON_URL = f"{BRANDING_REPO_RAW_URL}/main/icons/zzz/zzz-dist.png" |