Skip to content

Commit ea41edc

Browse files
committed
Significantly shorten help channel close message
1 parent 3beee54 commit ea41edc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/exts/help_channels/_channel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
NEW_POST_ICON_URL = f"{BRANDING_REPO_RAW_URL}/main/icons/checkmark/green-checkmark-dist.png"
2929

3030
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}>. \
31+
This help channel has been closed. \
32+
Feel free to create a new post in <#{constants.Channels.python_help}>. \
3333
To maximize your chances of getting a response, check out this guide on [asking good questions]({ASKING_GUIDE_URL}).
3434
"""
3535
CLOSED_POST_ICON_URL = f"{BRANDING_REPO_RAW_URL}/main/icons/zzz/zzz-dist.png"

0 commit comments

Comments
 (0)