Skip to content

Commit d846439

Browse files
committed
rules: job posts are now forbidden
1 parent f81849a commit d846439

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/utils/reactionHandler.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ export async function sendReactionRoleMessage(client: Client) {
7171
messageArray.push(
7272
'Please also read the descriptions and posting guidelines in each channel.',
7373
);
74+
messageArray.push(
75+
'\nAny kind of "Job hunting" and "Job offer" posts are strictly forbidden on this server! Due to fighting Scam and Bots we have to be very quick to mute or ban offenders. Please ping @mods if you see messages we missed.',
76+
);
7477
// TODO: Fix the wording and uncomment
7578
// messageArray.push('\nDue to the nature of Discord servers we are forced to ban users more liberally than explained in these documents, but you are welcome to send ban appeals to the contact channels listed in our Code of Conduct if you believe that we made a mistake.',);
7679
messageArray.push(
@@ -89,9 +92,6 @@ export async function sendReactionRoleMessage(client: Client) {
8992
messageArray.push(
9093
' - Show off your projects in <#1047149172144492604>.',
9194
);
92-
messageArray.push(
93-
' - Look for job opportunities in <#1115940750044168192>. This is the only channel where job hunting is allowed!',
94-
);
9595
messageArray.push(
9696
' - Talk about anything not related to Tauri in <#618328921330417692>.',
9797
);

0 commit comments

Comments
 (0)