Skip to content

Forum based help system #222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 28, 2022
Merged

Conversation

Gerrit0
Copy link
Contributor

@Gerrit0 Gerrit0 commented Dec 11, 2022

  • Should we get rid of !close and just let threads drop off if not manually closed?
  • Do messages need new wordsmithing?

Closes #210
Closes #206
Closes #205

@@ -5,7 +5,7 @@ BOT_ADMINS=123,456
AUTOROLE=MSG_ID:ROLE_ID:EMOJI:AUTOREMOVE
# Another example: AUTOROLE=738932146978160661:728202487672078368:❌:false,738932146978160661:738936540465725520:✅:true

DATABASE_URL="localhost:5432/tsc-bot"
DATABASE_URL="postgres://tscbot:tscbot@localhost:5432/tscbot"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The provided example has no hope of working, this is what I had to set it to to connect to the docker created DB

@@ -15,22 +14,12 @@ const messageToUserId = new LimitedSizeMap<

export const DELETE_EMOJI = '🗑️';

export async function getResponseChannel(message: Message) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was used to avoid posting messages in #help-typescript, since forum threads don't have an equivalent, it doesn't serve a purpose anymore.

@orta orta merged commit d801807 into typescript-community:master Dec 28, 2022
@Gerrit0 Gerrit0 deleted the help-forum branch December 28, 2022 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants