-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
52 lines (40 loc) · 1.28 KB
/
config.ini
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
# How to configure your Bot Client and Draft Simulation:
# • Save "DISCORD_BOT_TOKEN=<Token>" inside the ".env" file (only extension, without file name).
# • Drafts expire after <Expiration> hours, checking every <Frequency> hours.
# How to get Discord IDs:
# 1. Discord > Options > Advanced > Developer Mode: On
# 2. Right-click on Server or User > Copy ID
# Links about the bot, used in the Help Menu.
[Bot Resources]
Official_Server = https://discord.gg/faATPGQxMj
Web_Page = https://ko-fi.com/post/Snowball-Discord-Bot-X8X2AHKTH
# Settings used for the draft simulation.
[Draft Settings]
# If enabled, print each move in a separate message.
Actions_History = False
# Drafts will expire after x hours.
Expiration_Time = 72
# Check for draft expiration every x hours.
Expiration_Frequency = 24
# If enabled, send a message on draft expiration.
Expiration_Notification = False
# Bot used for debugging.
# Example:
# Username = 123
[Debug Bot]
# Servers used for debugging.
# Example:
# Server_Name = 123
[Debug Servers]
# Servers allowed to generate AI Builds.
# Example:
# Server_Name = 123
[AI Servers]
# Servers with a different default layout for drafting.
# Example:
# Server_Name = 123
[Odd Servers]
# Users allowed to draft against themselves.
# Example:
# Username = 123
[Self Drafters]