forked from LakeYS/Discord-Trivia-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
54 lines (51 loc) · 1.54 KB
/
config.example.json
File metadata and controls
54 lines (51 loc) · 1.54 KB
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
{
"token": "yourtokenhere",
"botsfordiscord.com-token": "optionaltokenhere",
"botlist.space-token": "optionaltokenhere",
"discordbots.group-token": "optionaltokenhere",
"discord.bots.gg-token": "optionaltokenhere",
"discordbots.org-token": "optionaltokenhere",
"discordbot.world-token": "optionaltokenhere",
"use-reactions": false,
"hangman-mode": false,
"hangman-hints": true,
"hide-difficulty": false,
"auto-delete-msgs": false,
"auto-delete-msgs-timer": 15000,
"auto-delete-answers": true,
"auto-delete-answers-timer": 0,
"round-length": 20000,
"round-timeout": 5500,
"round-end-warnings-disabled": false,
"rounds-end-after": 2,
"use-fixed-rounds": false,
"rounds-fixed-number": 15,
"disable-score-display": false,
"score-value": { "easy": 100, "medium": 200, "hard": 300 },
"score-multiplier-max": 0,
"command-whitelist": [],
"accept-first-answer-only": false,
"reveal-answers": true,
"prefix": "trivia ",
"allow-eval": true,
"shard-count": "auto",
"disable-admin-commands": false,
"disable-version-check": false,
"allow-bots": false,
"databaseURL": "https://opentdb.com",
"database-merge": false,
"database-cache-size": 32,
"stat-file": "./stats.json",
"embed-color": "006CFF",
"channel-whitelist": [],
"config-commands-enabled": false,
"additional-packages": [],
"additional-packages-root": [],
"debug-mode": false,
"debug-log": false,
"debug-database-flush": false,
"display-ascii-logo": false,
"fallback-mode": false,
"fallback-silent": false,
"fallback-exceptions": []
}