Skip to content

Commit

Permalink
Add some CoC refresher messages
Browse files Browse the repository at this point in the history
  • Loading branch information
vcarl committed Dec 7, 2021
1 parent dadf9d8 commit 0bbf0ce
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions src/features/scheduled-messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@ How do I ask a good question https://stackoverflow.com/help/how-to-ask
`,
},
},
{
cronExpression: FREQUENCY.moreThanWeekly,
postTo: [{ channelId: CHANNELS.random }],
message: {
content: `Have you read our Code of Conduct? <https://www.reactiflux.com/conduct> Is that joke you want to make really in keeping with it? Don't make dad angry.`,
},
},
{
cronExpression: FREQUENCY.moreThanWeekly,
postTo: [{ channelId: CHANNELS.helpReact }],
Expand All @@ -103,9 +96,20 @@ Has someone been really helpful? Shoutout who and what in #thanks! We keep an ey
Please remember our Code of Conduct: <https://www.reactiflux.com/conduct>
and our guidelines for promotion: <https://www.reactiflux.com/promotion>
If you see anything that violates our rules, help alert the mods by reacting to it with 👎
`,
},
},
{
cronExpression: FREQUENCY.moreThanWeekly,
postTo: [{ channelId: CHANNELS.random }],
message: {
content: `Have you read our Code of Conduct? <https://www.reactiflux.com/conduct> Is that joke you want to make really in keeping with it? Don't make dad angry.
If something crosses a line, give it a 👎, or if you'd prefer to remain anonymous, let mods know with the form at <https://reactiflux.com/contact>`,
},
},
];

export const messages: MessageConfig[] = [];
Expand Down

0 comments on commit 0bbf0ce

Please sign in to comment.