blob: c436610e21c096b7f13d74d7033ca7dc404c86a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Name of the master bot
master_name = "PokeBot"
# Address of the server to connect to
address = "localhost"
# Channel for the master bot
channel = "Lobby"
# Web server settings
domain = "localhost"
bind_address = "127.0.0.1:45538"
# Names for the music bots
names = ["MusicBot"]
|