We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3beee54 commit ea41edcCopy full SHA for ea41edc
bot/exts/help_channels/_channel.py
@@ -28,8 +28,8 @@
28
NEW_POST_ICON_URL = f"{BRANDING_REPO_RAW_URL}/main/icons/checkmark/green-checkmark-dist.png"
29
30
CLOSED_POST_MSG = f"""
31
-This help channel has been closed and it's no longer possible to send messages here. \
32
-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}>. \
33
To maximize your chances of getting a response, check out this guide on [asking good questions]({ASKING_GUIDE_URL}).
34
"""
35
CLOSED_POST_ICON_URL = f"{BRANDING_REPO_RAW_URL}/main/icons/zzz/zzz-dist.png"
0 commit comments