You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Use a non-breaking space to force Discord to leave empty lines alone
16
-
constpostGuidelines=listify(`
17
-
How To Get Help
18
-
- Create a new post here with your question.
27
+
constpostGuidelines=(here=true)=>
28
+
listify(`
29
+
**How To Get Help**
30
+
- Create a new post ${
31
+
here ? 'here' : `in <#${helpForumChannel}>`
32
+
} with your question.
19
33
- It's always ok to just ask your question; you don't need permission.
20
34
- Someone will (hopefully!) come along and help you.
35
+
- When your question is resolved, type \`!resolved\`.
21
36
\u200b
22
-
How To Get Better Help
37
+
**How To Get Better Help**
23
38
- Explain what you want to happen and why…
24
39
- …and what actually happens, and your best guess at why.
25
40
- Include a short code sample and any error messages you got.
@@ -28,24 +43,36 @@ How To Get Better Help
28
43
- Send the full link in its own message; do not use a link shortener.
29
44
- For more tips, check out StackOverflow's guide on asking good questions: <https://stackoverflow.com/help/how-to-ask>
30
45
\u200b
31
-
If You Haven't Gotten Help
46
+
**If You Haven't Gotten Help**
32
47
Usually someone will try to answer and help solve the issue within a few hours. If not, and if you have followed the bullets above, you can ping helpers by running !helper.
33
48
`);
34
49
35
50
consthowToGiveHelp=listify(`
36
-
How To Give Help
37
-
- The channel sidebar on the left will list threads you have joined.
51
+
**How To Give Help**
52
+
- The channel sidebar on the left will list posts you have joined.
38
53
- You can scroll through the channel to see all recent questions.
39
54
40
-
How To Give *Better* Help
55
+
**How To Give *Better* Help**
41
56
- Get yourself the <@&${trustedRoleId}> role at <#${rolesChannelId}>
42
57
- (If you don't like the pings, you can disable role mentions for the server.)
58
+
- As a <@&${trustedRoleId}>, you can:
59
+
- React to a help post to add tags.
60
+
- If a post appears to be resolved, run \`!resolved\` to mark it as such.
61
+
- *Only do this if the asker has indicated that their question has been resolved.*
62
+
- Conversely, you can run \`!reopen\` if the asker has follow-up questions.
43
63
44
-
Useful Snippets
64
+
**Useful Snippets**
45
65
- \`!screenshot\` — for if an asker posts a screenshot of code
46
66
- \`!ask\` — for if an asker only posts "can I get help?"
0 commit comments