summaryrefslogtreecommitdiffstats
path: root/config.toml.example
blob: c2fbc7356babe7d418f199a49c60fca4ad6a7903 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Name of the master bot
name = "PokeBot"
# Address of the server to connect to
address = "localhost"
# Channel for the master bot
channel = "Lobby"

# Names for the music bots
names = ["MusicBot"]

# Identity of the master bot
[id]
key = "insert-key-here"
counter = 0
max_counter = 0

# Add identities for music bots here
# [[ids]]