Skip to content

Commit 30de628

Browse files
committed
Update changelog
1 parent 037fc68 commit 30de628

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 2022-11-19
22

3+
- Removed `HELP_CATEGORY`, `GENERAL_HELP_CHANNEL` environment variables.
4+
- Added `HELP_FORUM_CHANNEL`, `HELP_REQUESTS_CHANNEL` environment variables.
5+
- Updated how to get help and how to give help channel content to not use embeds.
36
- Updated to Discord.js 14, removed Cookiecord to prevent future delays in updating versions.
47
- The bot will now react on the configured autorole messages to indicate available roles.
58
- Unhandled rejections will now only be ignored if `NODE_ENV` is set to `production`.

src/modules/helpForum.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ How To Get Better Help
3838
- …and what actually happens, and your best guess at why.
3939
- Include a short code sample and any error messages you got.
4040
- Text is better than screenshots. Start code blocks with \`\`\`ts.
41-
- If possible, create a minimal reproduction in the TypeScript Playground: https://www.typescriptlang.org/play.
41+
- If possible, create a minimal reproduction in the TypeScript Playground: <https://www.typescriptlang.org/play>.
4242
- Send the full link in its own message; do not use a link shortener.
43-
- For more tips, check out StackOverflow's guide on asking good questions: https://stackoverflow.com/help/how-to-ask
43+
- For more tips, check out StackOverflow's guide on asking good questions: <https://stackoverflow.com/help/how-to-ask>
4444
\u200b
4545
If You Haven't Gotten Help
4646
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.

0 commit comments

Comments
 (0)