aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar swfarnsworth <[email protected]>2021-06-12 19:17:36 -0400
committerGravatar swfarnsworth <[email protected]>2021-06-12 19:18:09 -0400
commitfb4d167117843b317713fdd8945f49c6fca2e1e2 (patch)
tree0c0e9b55ff2424541e47b2f368c9b8d1aae43e31
parentMerge pull request #1629 from JakeM0001/jake/helpdm (diff)
Proposed alternative "available help channel" message.
These changes are intended to help people ask better questions from the onset of their help session.
-rw-r--r--bot/exts/help_channels/_message.py12
1 files changed, 5 insertions, 7 deletions
diff --git a/bot/exts/help_channels/_message.py b/bot/exts/help_channels/_message.py
index 4c7c39764..2dec9ce67 100644
--- a/bot/exts/help_channels/_message.py
+++ b/bot/exts/help_channels/_message.py
@@ -15,15 +15,13 @@ log = logging.getLogger(__name__)
ASKING_GUIDE_URL = "https://pythondiscord.com/pages/asking-good-questions/"
AVAILABLE_MSG = f"""
-**Send your question here to claim the channel**
-This channel will be dedicated to answering your question only. Others will try to answer and help you solve the issue.
+**Send your question here to claim the channel.**
-**Keep in mind:**
-• It's always ok to just ask your question. You don't need permission.
-• Explain what you expect to happen and what actually happens.
-• Include a code sample and error message, if you got any.
+• **Ask your actual question, not if you can ask a question.**
+• **Provide a code sample as text (not as a screenshot) and the error message, if you got one.**
+• **Explain what you expect to happen and what actually happens.**
-For more tips, check out our guide on **[asking good questions]({ASKING_GUIDE_URL})**.
+For more tips, check out our guide on [asking good questions]({ASKING_GUIDE_URL}).
"""
AVAILABLE_TITLE = "Available help channel"