forked from thetomentosa/Discord-v13-supervisor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
88 lines (87 loc) · 2.44 KB
/
config.json
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"bot": {
"owner": "Kendi discord id giriniz",
"prefix": "bot ön ek giriniz",
"BotStatus": "Bilmem ne kalp MERMKGEQKRGERG",
"BotFooter": "Bot alt kısım",
"cooldown": 8
},
"penals": {
"ban": {
"staff": "Ban yetkilisi id",
"log": "Ban log id",
"limit": 3
},
"jail": {
"staff": "Jail yetkili id",
"roles": "Cezalı rolü id",
"log": "Ceza log id",
"limit": 5
},
"mute": {
"staff": "Mute yetkilisi id",
"roles": "Susturulmuş kişi id",
"log": "Mute log id",
"limit": 5
},
"warn": {
"staff": "Warn yetkilisi id",
"log": "Warn log id"
},
"transport": {
"staff": "Ta"
},
"points": {
"mutepoints": "10",
"banpoints": "30",
"jailpoints": "20",
"warnpoints": "5"
}
},
"logs": {
"taglog": "Tag log id",
"rollog": "Rol log id",
"messagelog": "Mesaj log id",
"seslog": "Ses log id"
},
"roles": {
"vip": "Vip rol id",
"sponsor": "Sponsor rol id",
"müzisyen": "Müzisyen rol id",
"team": "Taglı rol id"
},
"channels": {
"chat": "Chat kanalı id",
"voicechannel": "Bot ses kanalı id",
"welcomechannel": "Hoş geldin kanalı id",
"rules": "Kurallar kanalı id"
},
"registration": {
"unregistered": "Kayıtsız rol id",
"man": ["Erkek rol id", "2. Erkek rol id"],
"woman": ["Kadın rol id", "2. Kadın rol id"],
"yetkilialim": "Yetkili alim id",
"staff": "Register rol id",
"enaltyetkilirolü": "En alt yetkili rol id",
"GuilDTag": "Sunucu Tagınız",
"TagSymbol": "İsim ve yaş önüne koyulacak sembol",
"autonickname": "$ İsim | Yaş (Otomatik isim)",
"symbol": "|",
"suspecios": "Şüpheli rol id",
"susoeciosnickname": "Şüpheli Hesap",
"oneman": "1. Erkek rolu",
"onewoman": "2. Kadın rolu",
"minage": 13,
"purchase": false
},
"Guild": {
"GuildID": "Sunucu id",
"GuilDName": "Sunucu Adınız",
"GuildOwnerRole": ["Sunucu owner id"]
},
"emojis": {
"tada": "Emoji 1",
"yes": "Emoji 2",
"no": "Emoji 3"
}
}