-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml.example
41 lines (35 loc) · 820 Bytes
/
config.toml.example
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
[bot]
token = ""
prefix = "!"
max_message_len = 2000
[ids]
owner_id =
admin_ids = []
server_id =
lobby_channel_id =
spec_channel_id =
replay_channel_id =
logging_channel_id =
alive_role_id =
dead_role_id =
admins_role_id =
[lock]
# Channels/categories to lock during game
channel_ids = []
# Use this if the channel you want to lock is gated behind a special role
special_channel_ids = []
[commands.playtest]
playtesters = []
[commands.top]
limit = 15
[commands.top.winrate]
min_games = 15
# Do not enable these for real games. Only enable them for testing.
[debug]
disable_pings = false
disable_dms = false
# Allow admins to vote on behalf of others
force_votes = false
# By default, enabling any debug options will invalidate the game.
# You can use this to force the games to count anyway.
no_invalidate = false