-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathconfig.example.json
66 lines (62 loc) · 1.82 KB
/
config.example.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
{
"token": "yourtokenhere",
"disallow-answer-changes": false,
"auto-delete-msgs": false,
"auto-delete-msgs-timer": 15000,
"auto-delete-answers": true,
"auto-delete-answers-timer": 0,
"command-whitelist": [],
"disable-score-display-midround": false,
"disable-score-display-final": false,
"display-pregame-rules": false,
"hangman-hints": true,
"hangman-mode": false,
"hide-answers": false,
"hide-difficulty": false,
"participant-role-name": "Trivia Player",
"participant-role-points-required": -1,
"round-end-warnings-disabled": false,
"round-length": 15000,
"round-timeout": 4000,
"rounds-end-after": 2,
"rounds-fixed-number": 15,
"score-value": { "easy": 100, "medium": 200, "hard": 300 },
"unique-multiplier-max": 0,
"use-fixed-rounds": false,
"use-reactions": false,
"allow-bots": false,
"allow-eval": true,
"channel-whitelist": [],
"config-commands-enabled": false,
"database-allow-long-answers": false,
"database-cache-size": 32,
"database-merge": false,
"databaseURL": "https://opentdb.com",
"disable-admin-commands": false,
"disable-discord-presence": false,
"disable-version-check": false,
"embed-color": "006CFF",
"login-timeout": 30000,
"prefix": "trivia ",
"shard-count": "auto",
"stat-file": "./stats.json",
"stat-guild-recording": false,
"use-slash-commands": true,
"additional-packages": [],
"additional-packages-root": [],
"debug-mode": false,
"debug-log": false,
"debug-database-flush": false,
"debug-slash-commands-guild": "",
"debug-users": false,
"display-ascii-logo": false,
"fallback-mode": false,
"fallback-exceptions": [],
"fallback-intents": false,
"enable-listings": false,
"listing-tokens": {
"discord.bots.gg": "optionaltokenhere",
"discords.com": "optionaltokenhere",
"top.gg": "optionaltokenhere"
}
}