Skip to content

Commit

Permalink
Tune down message frequency (#323)
Browse files Browse the repository at this point in the history
* Update scheduled-messages.ts

* Remove empty test

* Fix prettier
  • Loading branch information
vcarl authored Oct 12, 2023
1 parent 5f578a6 commit 1537b5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
14 changes: 0 additions & 14 deletions src/features/jobs-moderation/validate.test.ts

This file was deleted.

4 changes: 3 additions & 1 deletion src/features/scheduled-messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ Moderators may remove posts at any time, with or without warning. Repeat violato
},
},
{
postTo: [{ interval: FREQUENCY.often, channelId: CHANNELS.helpJs }],
postTo: [
{ interval: FREQUENCY.moreThanWeekly, channelId: CHANNELS.helpJs },
],
message: {
content: `This channel is good for specific questions about syntax, debugging a small (< ~50 lines of code) snippet of JS, without React involved. Question not getting answered? Maybe it's hard to answer, check out these resources for how to ask a good question:
Expand Down

0 comments on commit 1537b5a

Please sign in to comment.