-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathconfig.template.json
96 lines (90 loc) · 2.91 KB
/
config.template.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
89
90
91
92
93
94
95
96
{
// This file supports comments and trailing commas
"auth": {
"clientId": "<CLIENT_ID>",
"token": "<BOT_TOKEN>"
},
"sentry": {
"dsn": null,
"tracesSampleRate": null
},
"activity": {
// https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-types
"type": 0,
"name": "Hi!"
},
"prefix": {
// You may want to choose a prefix that does not collide with others on the test server
"command": "xd",
"modCommand": "yd"
},
"moderatorRoleIds": [
"893179190709477413"
],
"command": {
"faulenzerPing": {
"allowedRoleIds": [],
"maxNumberOfPings": 10,
"minRequiredReactions": 5
},
"woisPing": {
"limit": 7200,
"threshold": 2
},
"ehre": {
"emojiNames": ["ähre", "aehre", "pr0aehre"]
},
"instagram": {
"rapidApiInstagramApiKey": ""
},
"loot": {
"enabled": true,
"scheduleCron": "*/15 * * * *",
"dropChance": 0.05,
"roles": {
"asseGuardShiftDuration": "PT8H",
},
},
"quotes": {
"emojiName": "zitat",
"allowedGroupIds": ["893179190709477407"],
"voteThreshold": 2,
"anonymousChannelIds": [],
"anonymousCategoryIds": [],
"blacklistedChannelIds": [],
"defaultTargetChannelId": "893179191556706386",
"targetChannelOverrides": []
}
},
"deleteThreadMessagesInChannelIds": ["893179191556706384"],
"flameTrustedUserOnBotPing": false,
"guildGuildId": "893179190235508819",
"textChannel": {
"banReasonChannelId": "893179190881452117",
"bannedChannelId": "893179193741942888",
"botLogChannelId": "893179191556706387",
"hauptchatChannelId": "893179191292477441",
"votesChannelId": "893179191556706384",
"botSpamChannelId": "893179191556706387",
"hauptwoisTextChannelId": "893179191825162371"
},
"voiceChannel": {
"hauptWoischatChannelId": "893179191825162372"
},
"role": {
"bannedRoleId": "893179190709477409",
"birthdayRoleId": "893179190709477416",
"botDenyRoleId": "1025870480374247485",
"defaultRoleId": "893179190709477407",
"gruendervaeterRoleId": "893179190709477411",
"gruendervaeterBannedRoleId": "893179190571044916",
"roleDenyRoleId": "893179190684307514",
"shameRoleId": "893179190235508822",
"trustedRoleId": "893179190571044915",
"trustedBannedRoleId": "893179190571044914",
"woisgangRoleId": "893179190235508825",
"winnerRoleId": "1045422896740311070",
"emotifiziererRoleId": "893179190709477410",
"lootRoleAsseGuardRoleId": "1268706685753622529"
}
}