tangled
alpha
login
or
join now
skywatch.blue
/
skywatch-automod
7
fork
atom
A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules
7
fork
atom
overview
issues
pulls
pipelines
10: Update constants.ts.example to add const langs
D. Scarnecchia
9 months ago
b396bd86
5354a570
+2
-2
1 changed file
expand all
collapse all
unified
split
src
constants.ts.example
+2
-2
src/constants.ts.example
reviewed
···
1
1
// rename this file to constants.ts
2
2
-
3
3
-
4
2
import { Checks } from "./types.js";
5
3
6
4
export const LINK_SHORTENER = new RegExp(
7
5
"(?:https?:\\/\\/)?([^.]+\\.)?(tinyurl\\.com|bit\\.ly|goo\\.gl|g\\.co|ow\\.ly|shorturl\\.at|t\\.co)",
8
6
"i",
9
7
);
8
8
+
9
9
+
export const langs = ["eng"];
10
10
11
11
export const PROFILE_CHECKS: Checks[] = [
12
12
{