aboutsummaryrefslogtreecommitdiff
path: root/lib/badwords.json5
blob: 727e168a75b3e33815272efc59fac89bdcc2cde6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* Severities:
 - 0: Delete message
 - 1: Delete message and warn user
 - 2: Delete message and mute user for 15 minutes
 - 3: Delete message and mute user permanently 
 */
{
	/* Slurs */
	"faggot": 2,
	"nigga": 3,
	"nigger": 3,
	"nigra": 3,
	"retard": 2,
	"retarted": 2,
	"slut": 1,
	"tar baby": 2,
	"whore": 1,
	"卍": 3,

	/* Steam Scams */
	'Я в тильте, в кс дали статус "Ненадежный"': 1, // I'm on tilt, in the cop they gave the status "Unreliable"
	"hello i am leaving cs:go": 3,
	"hello! I'm done with csgo": 3,
	"hi bro, i'm leaving this fucking game, take my skin": 3,
	"hi friend, today i am leaving this fucking game": 3,
	"hi guys, i'm leaving this fucking game, take my": 3,
	"hi, bro h am leaving cs:go and giving away my skin": 3,
	"hi, bro i am leaving cs:go and giving away my skin": 3,
	"i confirm all exchanges, there won't be enough": 3,
	"i quit csgo": 3,
	"the first three who send a trade": 3,
	"you can choose any skin for yourself": 3,

	/* Nitro Scams */
	"and there is discord hallween's giveaway": 3,
	"discord nitro for free - steam store": 3,
	"free 3 months of discord nitro": 3,
	"free discord nitro airdrop": 3,
	"get 3 months of discord nitro": 3,
	"get discord nitro for free": 3,
	"get free discord nitro from steam": 3,
	"steam is giving away 3 months of discord nitro for free to all no limited steam users": 3,
	"Лол, бесплатный дискорд нитро на 1 месяц!": 3, // Lol, 1 month free discord nitro!

	/* Misc Scams */
	"found a cool software that improves the": 3,

	// 'tm5LcYN': 3,
	// '5gwLaOZ.png': 3,
	// 'hYKoQoU4bss': 3,
}