aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml.example
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-01-28 17:52:21 +0100
committerJokler <jokler@protonmail.com>2020-01-29 20:39:27 +0100
commit1e00d60298697e7443f66ad7a63bc0492bb8072f (patch)
tree5b07c04fbc216b710c91f4397febecb96ec4ed96 /config.toml.example
parent985d6bd787c07ea65804d5c079537fb8d805075f (diff)
downloadpokebot-1e00d60298697e7443f66ad7a63bc0492bb8072f.tar.gz
pokebot-1e00d60298697e7443f66ad7a63bc0492bb8072f.zip
Add config example file
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
new file mode 100644
index 0000000..c2fbc73
--- /dev/null
+++ b/config.toml.example
@@ -0,0 +1,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]]